#include <OnixS/Eurex/Trading/Exception.h>
Public Member Functions | |
| Exception (const char *method_name, const char *message) | |
| Exception (const Exception &) | |
| ~Exception () throw () | |
| Exception & | operator= (const Exception &) |
| const char * | what () const throw () |
| void | touch (const char *method_name) |
Definition at line 30 of file Exception.h.
| Exception | ( | const char * | method_name, |
| const char * | message ) |
Constructor.
| ~Exception | ( | ) | ||||
| throw | ( | ) | ||||
Destructor.
| void touch | ( | const char * | method_name | ) |
Add information about context of exception.
| const char * what | ( | ) | const | |||
| throw | ( | ) | ||||
Returns information about error.