|
HermesCommon
3.0
|
Inheritance diagram for Hermes::Exceptions::NonlinearException:Public Member Functions | |
| NonlinearException (Hermes::Solvers::NonlinearConvergenceState convergenceState) | |
| Hermes::Solvers::NonlinearConvergenceState | get_exception_state () |
Public Member Functions inherited from Hermes::Exceptions::Exception | |
| 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 |
Protected Attributes | |
| Hermes::Solvers::NonlinearConvergenceState | convergenceState |
Protected Attributes inherited from Hermes::Exceptions::Exception | |
| std::stringstream | message |
| char | message_char [10000] |
| To be compatible with what(). | |
Definition at line 309 of file nonlinear_matrix_solver.h.