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

Thrown when a node could not be found in a nodeset. More...

Inheritance diagram for dynet::could_not_find_node:
Collaboration diagram for dynet::could_not_find_node:

Public Member Functions

 could_not_find_node (const std::string &node_name, 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 a node could not be found in a nodeset.

Message: "Node " + node_name + " not found in nodeset " + ns_name