#include <itkFEMException.h>
Inheritance diagram for itk::fem::FEMException:
Public Member Functions | |
FEMException (const char *file, unsigned int lineNumber, std::string location="Unknown") | |
virtual | ~FEMException () throw () |
virtual const char * | GetNameOfClass () const |
Definition at line 38 of file itkFEMException.h.
|
Constructor. Must provide a string, that specifies name of the file where the exception occured and an integer for the line number. An optional argument specifies the location (usually the name of the class and member function). Normally you should use __FILE__ and __LINE__ macros to specify file name and line number. |
|
Virtual destructor needed for subclasses. Has to have empty throw(). Definition at line 53 of file itkFEMException.h. |
|