Bromeon
Public Member Functions
thor::Exception Class Reference

Exception base class. More...

Inheritance diagram for thor::Exception:
Inheritance graph

List of all members.

Public Member Functions

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

Detailed Description

Exception base class.

All exceptions thrown by the Thor Library are derived from this class. Exception inherits from std::runtime_error, hence all Thor exceptions contain a (here undocumented) virtual function what().


Constructor & Destructor Documentation

thor::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: