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

Thrown when the NodesetManager could not find a Nodeset. More...

Inheritance diagram for dynet::could_not_find_nodeset:
Collaboration diagram for dynet::could_not_find_nodeset:

Public Member Functions

 could_not_find_nodeset (const std::string &nodeset_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 the NodesetManager could not find a Nodeset.

Nodesets that have not been created or turned to const can not be found by the NodesetManager. Message: "Nodeset " + nodeset_name + " not found"