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

Base class allows for differentiation between Construct's exceptions and all other exceptions. More...

Inheritance diagram for dynet::construct_exception:

Public Member Functions

 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

Base class allows for differentiation between Construct's exceptions and all other exceptions.