Basic exception class for this namespace. More...
Public Member Functions | |
Exception (const char *method_name, const char *message) | |
Constructor. | |
Exception (const Exception &) | |
Copy constructor. | |
~Exception () throw () | |
Destructor. | |
Exception & | operator= (const Exception &) |
Assignment. | |
const char * | what () const throw () |
Returns information about error. | |
void | touch (const char *method_name) |
Add information about context of exception. | |
Basic exception class for this namespace.