#include <OSDLException.h>
Inheritance diagram for OSDL::Exception:
All OSDL exceptions should inherit from it, directly or not.
Definition at line 21 of file OSDLException.h.
Public Member Functions | |
Exception (const std::string &reason) throw () | |
Basic constructor. | |
virtual | ~Exception () throw () |
Basic destructor. |
OSDL::Exception::Exception | ( | const std::string & | reason | ) | throw () [explicit] |
Basic constructor.
reason | the message giving details about this raised exception. |
Exception::~Exception | ( | ) | throw () [virtual] |