Construct version 5.4.4
An agent based modeling framework
dynet::ns_index_out_of_range Struct Reference

Thrown when attempting to access a Node index that doesn't exist. More...

Inheritance diagram for dynet::ns_index_out_of_range:
Collaboration diagram for dynet::ns_index_out_of_range:

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.
 

Detailed Description

Thrown when attempting to access a Node index that doesn't exist.

Message: "Index " + index + " is out of range for nodeset " + ns_name