#include <itkFEMLinearSystemWrapper.h>
Inheritance diagram for itk::fem::FEMExceptionLinearSystemBounds:
Public Member Functions | |
FEMExceptionLinearSystemBounds (const char *file, unsigned int lineNumber, std::string location, std::string moreDescription, unsigned int index1) | |
FEMExceptionLinearSystemBounds (const char *file, unsigned int lineNumber, std::string location, std::string moreDescription, unsigned int index1, unsigned int index2) | |
virtual | ~FEMExceptionLinearSystemBounds () throw () |
virtual const char * | GetNameOfClass () const |
|
Constructor. In order to construct this exception object, five parameters must be provided: file, lineNumber, location and a detailed description of the exception, and the invalid index |
|
Constructor. In order to construct this exception object, six parameters must be provided: file, lineNumber, location and a detailed description of the exception, the first index, and the second index |
|
Virtual destructor needed for subclasses. Has to have empty throw(). Definition at line 544 of file itkFEMLinearSystemWrapper.h. |
|
Type related information. Reimplemented from itk::fem::FEMException. |