#include <OnixS/SgxTitan/Trading/OUCH/Exception.h>
Classes | |
struct | Implementation |
Public Member Functions | |
Exception (const char *method_name, const char *message) | |
Exception (const Exception &) | |
~Exception () ONIXS_SGX_OUCH_OVERRIDE throw () | |
Exception & | operator= (const Exception &) |
const char * | what () const ONIXS_SGX_OUCH_OVERRIDE throw () |
void | touch (const char *method_name) |
Definition at line 31 of file Exception.h.
Exception | ( | const char * | method_name, |
const char * | message | ||
) |
Constructor.
Definition at line 39 of file Exception.cpp.
Copy constructor.
Definition at line 48 of file Exception.cpp.
~Exception | ( | ) | ||
throw | ( | |||
) |
Destructor.
Definition at line 54 of file Exception.cpp.
Assignment.
Definition at line 60 of file Exception.cpp.
void touch | ( | const char * | method_name | ) |
Add information about context of exception.
Definition at line 74 of file Exception.cpp.
const char * what | ( | ) | const | |
throw | ( | |||
) |
Returns information about error.
Definition at line 69 of file Exception.cpp.