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