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

Thrown when a csv file does not contain thier slice dimension within a set of brackets. More...

Inheritance diagram for dynet::csv_missing_ending_bracket:
Collaboration diagram for dynet::csv_missing_ending_bracket:

Public Member Functions

 csv_missing_ending_bracket (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 a csv file does not contain thier slice dimension within a set of brackets.

Message: "csv file " fname " must have slice elements that end with } for 3d networks"