HermesCommon
3.0
|
Solution failed to save. More...
#include <exceptions.h>
Public Member Functions | |
SolutionSaveFailureException (const char *msg,...) | |
SolutionSaveFailureException (const SolutionSaveFailureException &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(). | |
Solution failed to save.
Definition at line 246 of file exceptions.h.
Hermes::Exceptions::SolutionSaveFailureException::SolutionSaveFailureException | ( | const char * | msg, |
... | |||
) |