|
HermesCommon
2.0
|
Solution failed to save. More...
#include <exceptions.h>
Inheritance diagram for Hermes::Exceptions::SolutionSaveFailureException:Public Member Functions | |
| SolutionSaveFailureException (const char *msg,...) | |
| SolutionSaveFailureException (const SolutionSaveFailureException &e) | |
| virtual Exception * | clone () |
Public Member Functions inherited from Hermes::Exceptions::Exception | |
| Exception () | |
| Init exception with default message. | |
| Exception (const char *msg,...) | |
| void | print_msg () const |
| print error message to stderr | |
| virtual const char * | what () const throw () |
| get pointer to error message | |
| const char * | get_func_name () const |
Additional Inherited Members | |
Protected Attributes inherited from Hermes::Exceptions::Exception | |
| char * | message |
Solution failed to save.
Definition at line 201 of file exceptions.h.
| Hermes::Exceptions::SolutionSaveFailureException::SolutionSaveFailureException | ( | const char * | msg, |
| ... | |||
| ) |