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

Thrown when a model identifies that its mutually exclusive with another active model. More...

Inheritance diagram for dynet::model_multually_exclusive:
Collaboration diagram for dynet::model_multually_exclusive:

Public Member Functions

 model_multually_exclusive (const std::string &model_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.
 

Detailed Description

Thrown when a model identifies that its mutually exclusive with another active model.

Message: "This model is mutually exclusive with the " + model_name