Public Member Functions | |
| Exception (const char *method_name, const char *message) | |
| Exception (const Exception &) | |
| ~Exception () noexcept 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.
|
overridenoexcept |
Destructor.
| void touch | ( | const char * | method_name | ) |
Add information about context of exception.
|
overridenoexcept |
Returns information about error.