#include <itkFEMItpackSparseMatrix.h>
Inheritance diagram for itk::fem::FEMExceptionItpackSparseMatrixSbagn:
Public Methods | |
FEMExceptionItpackSparseMatrixSbagn (const char *file, unsigned int lineNumber, std::string location, itpack::integer errorCode) | |
virtual | ~FEMExceptionItpackSparseMatrixSbagn () throw () |
virtual const char * | GetClassName () const |
Definition at line 256 of file itkFEMItpackSparseMatrix.h.
|
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 |
|
Virtual destructor needed for subclasses. Has to have empty throw(). Definition at line 268 of file itkFEMItpackSparseMatrix.h. |
|
Type related information. Reimplemented from itk::fem::FEMException. |