HermesCommon  2.0
Hermes::Exceptions::LinearMatrixSolverException Class Reference

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)
 
virtual Exceptionclone ()
 
- 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
 

Detailed Description

Linear solver failed.

Definition at line 122 of file exceptions.h.

Constructor & Destructor Documentation

Hermes::Exceptions::LinearMatrixSolverException::LinearMatrixSolverException ( const char *  reason)

Linear solver failed from spevific reason.

Parameters
[in]reasonspecification of solver fail.

Definition at line 177 of file exceptions.cpp.


The documentation for this class was generated from the following files: