HermesCommon
3.0
|
Method is not overriden and should be. More...
#include <exceptions.h>
Public Member Functions | |
MethodNotImplementedException (const char *msg,...) | |
MethodNotImplementedException (const MethodNotImplementedException &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 212 of file exceptions.h.
Hermes::Exceptions::MethodNotImplementedException::MethodNotImplementedException | ( | const char * | msg, |
... | |||
) |