Public Member Functions | List of all members
aurora::Exception Class Reference

Exception base class. More...

Inheritance diagram for aurora::Exception:
Inheritance graph

Public Member Functions

 Exception (const std::string &message)
 Constructor. More...
 

Detailed Description

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().

Constructor & Destructor Documentation

aurora::Exception::Exception ( const std::string &  message)
explicit

Constructor.

Parameters
messageThe exception message (how the error occurred).

The documentation for this class was generated from the following file: