handles errors that occur when building the matrix More...
#include <itkFEMItpackSparseMatrix.h>
Public Types | |
typedef double | doublereal |
typedef long | integer |
Public Member Functions | |
FEMExceptionItpackSparseMatrixSbsij (const char *file, unsigned int lineNumber, std::string location, integer errorCode) | |
virtual const char * | GetNameOfClass () const |
virtual | ~FEMExceptionItpackSparseMatrixSbsij () throw () |
handles errors that occur when building the matrix
Definition at line 278 of file itkFEMItpackSparseMatrix.h.
typedef double itk::fem::FEMExceptionItpackSparseMatrixSbsij::doublereal |
Definition at line 284 of file itkFEMItpackSparseMatrix.h.
typedefs from f2c.h
Definition at line 283 of file itkFEMItpackSparseMatrix.h.
itk::fem::FEMExceptionItpackSparseMatrixSbsij::FEMExceptionItpackSparseMatrixSbsij | ( | const char * | file, | |
unsigned int | lineNumber, | |||
std::string | location, | |||
integer | errorCode | |||
) |
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 itk::fem::FEMExceptionItpackSparseMatrixSbsij::~FEMExceptionItpackSparseMatrixSbsij | ( | ) | throw () [inline, virtual] |
Virtual destructor needed for subclasses. Has to have empty throw().
Definition at line 294 of file itkFEMItpackSparseMatrix.h.
virtual const char* itk::fem::FEMExceptionItpackSparseMatrixSbsij::GetNameOfClass | ( | ) | const [virtual] |
Type related information.
Reimplemented from itk::fem::FEMException.