Construct version 5.4.4
An agent based modeling framework
|
Thrown when attempting to access a Node index that doesn't exist. More...
Public Member Functions | |
ns_index_out_of_range (unsigned int index, const std::string &ns_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 attempting to access a Node index that doesn't exist.
Message: "Index " + index + " is out of range for nodeset " + ns_name