#include <itkFEMLinearSystemWrapperItpack.h>
Inheritance diagram for itk::fem::FEMExceptionItpackSolver:
Public Member Functions | |
FEMExceptionItpackSolver (const char *file, unsigned int lineNumber, std::string location, int errorCode) | |
virtual | ~FEMExceptionItpackSolver () throw () |
virtual const char * | GetNameOfClass () const |
Definition at line 505 of file itkFEMLinearSystemWrapperItpack.h.
|
Constructor. In order to construct this exception object, four parameters must be provided: file, lineNumber, location and a detailed description of the exception. |
|
Virtual destructor needed for subclasses. Has to have empty throw(). Definition at line 517 of file itkFEMLinearSystemWrapperItpack.h. |
|
Type related information. Reimplemented from itk::fem::FEMException. |