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