#include <itkFEMException.h>
Inheritance diagram for itk::fem::FEMExceptionIO:
Public Member Functions | |
FEMExceptionIO (const char *file, unsigned int lineNumber, std::string location, std::string moreDescription) | |
virtual | ~FEMExceptionIO () throw () |
virtual const char * | GetNameOfClass () const |
This class is normally used when reading or writing objects from/to stream.
Definition at line 68 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 80 of file itkFEMException.h. |
|
Type related information. Reimplemented from itk::fem::FEMException. |