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

Thrown when a csv file has too many columns. More...

Inheritance diagram for dynet::csv_too_many_cols:
Collaboration diagram for dynet::csv_too_many_cols:

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.
 

Detailed Description

Thrown when a csv file has too many columns.

Message: "csv file " + fname + " has too many columns"