#include <itkFEMException.h>
Inheritance diagram for itk::fem::FEMExceptionSolution:
Public Member Functions | |
FEMExceptionSolution (const char *file, unsigned int lineNumber, std::string location, std::string moreDescription) | |
virtual | ~FEMExceptionSolution () throw () |
virtual const char * | GetNameOfClass () const |
This class is normally used when an error occurs while the problem is already in memory and something went wrong while trying to solve it.
Definition at line 157 of file itkFEMException.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 169 of file itkFEMException.h. |
|
Type related information. Reimplemented from itk::fem::FEMException. |