Construct version 5.4.4
An agent based modeling framework
|
Thrown when a node attribute could not be found. More...
Public Member Functions | |
missing_node_attribute (const std::string &node_name, const std::string &att_name) | |
Public Member Functions inherited from dynet::construct_exception | |
construct_exception (const std::string &message) | |
Initializes a std::runtime_error with the submitted message. | |
std::string | string (void) const |
Copies the contents of the message into a string. | |
Thrown when a node attribute could not be found.
Message: "Attribute " + att_name + " not found for node " + node_name