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

Thrown when a node attribute could not be found. More...

Inheritance diagram for dynet::missing_node_attribute:
Collaboration diagram for dynet::missing_node_attribute:

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.
 

Detailed Description

Thrown when a node attribute could not be found.

Message: "Attribute " + att_name + " not found for node " + node_name