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