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

Thrown when an entity could not open a file for any reason. More...

Inheritance diagram for dynet::could_not_open_file:
Collaboration diagram for dynet::could_not_open_file:

Public Member Functions

 could_not_open_file (const std::string &fname)
 
- 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 an entity could not open a file for any reason.

Message: "Could not open file " + fname