Construct version 5.4.3
An agent based modeling framework
dynet::could_not_find_network Struct Reference

Thrown when the GraphManager could not find a network. More...

Inheritance diagram for dynet::could_not_find_network:
Collaboration diagram for dynet::could_not_find_network:

Public Member Functions

 could_not_find_network (const std::string &network_name)
 
- Public Member Functions inherited from dynet::construct_exception
 construct_exception (const std::string &message)
 Initializes a std::runtime_error with the submitted message. More...
 
std::string string (void) const
 

Detailed Description

Thrown when the GraphManager could not find a network.

Message: "Network " + network_name + " not found"