|
HermesCommon
3.0
|
Linear solver failed. More...
#include <exceptions.h>
Inheritance diagram for Hermes::Exceptions::LinearMatrixSolverException:Public Member Functions | |
| LinearMatrixSolverException () | |
| Linear solver failed from unknown reason. | |
| LinearMatrixSolverException (const char *reason,...) | |
| LinearMatrixSolverException (const LinearMatrixSolverException &e) | |
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 |
Additional Inherited Members | |
Protected Attributes inherited from Hermes::Exceptions::Exception | |
| std::stringstream | message |
| char | message_char [10000] |
| To be compatible with what(). | |
Linear solver failed.
Definition at line 161 of file exceptions.h.
| Hermes::Exceptions::LinearMatrixSolverException::LinearMatrixSolverException | ( | const char * | reason, |
| ... | |||
| ) |
Linear solver failed from spevific reason.
| [in] | reason | specification of solver fail. |
Definition at line 193 of file exceptions.cpp.