|
odil
|
Base class for odil exceptions. More...
#include <Exception.h>
Public Member Functions | |
| Exception (std::string const &message="") | |
| Message string constructor. | |
| virtual | ~Exception () throw () |
| Destructor. | |
| virtual const char * | what () const throw () |
| Return the reason for the exception. | |
Protected Attributes | |
| std::string | _message |
Base class for odil exceptions.
1.8.11