Construct version 5.4.4
An agent based modeling framework
|
Thrown when a csv file has too many columns. More...
Public Member Functions | |
csv_too_many_cols (const std::string &fname, unsigned int row_number) | |
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. | |
Thrown when a csv file has too many columns.
Message: "csv file " + fname + " has too many columns"