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

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

Inheritance diagram for dynet::csv_too_many_slcs:
Collaboration diagram for dynet::csv_too_many_slcs:

Public Member Functions

 csv_too_many_slcs (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 has too many slices.

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