Construct version 5.4.4
An agent based modeling framework
|
Thrown when an entity with the same name as another exists. More...
Public Member Functions | |
already_exists (const std::string &type, const std::string &name) | |
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 an entity with the same name as another exists.
Most enitities in Construct must have a unique name. Message: "A " + type + " with name " + name " already exists"