HermesCommon
3.0
|
Method is not overriden and should be. More...
#include <exceptions.h>
Public Member Functions | |
MethodNotOverridenException (const char *msg,...) | |
MethodNotOverridenException (const MethodNotOverridenException &e) | |
![]() | |
Exception () | |
Init exception with default message. | |
Exception (const Exception &e) | |
Exception (const char *msg,...) | |
void | print_msg () const |
print error message to stderr | |
virtual const char * | what () const throw () |
get pointer to error message | |
std::string | info () const |
const char * | get_func_name () const |
Additional Inherited Members | |
![]() | |
std::stringstream | message |
char | message_char [10000] |
To be compatible with what(). | |
Method is not overriden and should be.
Definition at line 201 of file exceptions.h.
Hermes::Exceptions::MethodNotOverridenException::MethodNotOverridenException | ( | const char * | msg, |
... | |||
) |