Exception base class. More...
Public Member Functions | |
Exception (const std::string &message) | |
Constructor. More... | |
Exception base class.
All exceptions thrown by the Aurora Library are derived from this class. Exception inherits from std::runtime_error, hence all Aurora exceptions contain a (here undocumented) virtual function what().
|
explicit |
Constructor.
message | The exception message (how the error occurred). |