Public Member Functions | |
| Exception (const char *method_name, const char *message) | |
| Exception (const Exception &) | |
| ~Exception () ONIXS_FMXUST_BIMP_NOTHROW ONIXS_FMXUST_BIMP_OVERRIDE | |
| Exception & | operator= (const Exception &) |
| const char * | what () const ONIXS_FMXUST_BIMP_NOTHROW ONIXS_FMXUST_BIMP_OVERRIDE |
| void | touch (const char *method_name) |
Definition at line 37 of file Exception.h.
| Exception | ( | const char * | method_name, |
| const char * | message ) |
Constructor.
| ~Exception | ( | ) |
Destructor.
| void touch | ( | const char * | method_name | ) |
Add information about context of exception.
| const char * what | ( | ) | const |
Returns information about error.