Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::fem::FEMException Class Reference

Base class for all exception's that can occur within FEM classes. More...

#include <itkFEMException.h>

Inheritance diagram for itk::fem::FEMException:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 FEMException (const char *file, unsigned int lineNumber, std::string location="Unknown")
virtual const char * GetNameOfClass () const
virtual ~FEMException () throw ()


Detailed Description

Base class for all exception's that can occur within FEM classes.

Definition at line 38 of file itkFEMException.h.


Constructor & Destructor Documentation

itk::fem::FEMException::FEMException ( const char *  file,
unsigned int  lineNumber,
std::string  location = "Unknown" 
)

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 itk::fem::FEMException::~FEMException (  )  throw () [inline, virtual]

Virtual destructor needed for subclasses. Has to have empty throw().

Definition at line 53 of file itkFEMException.h.


Member Function Documentation

virtual const char* itk::fem::FEMException::GetNameOfClass (  )  const [virtual]


The documentation for this class was generated from the following file:

Generated at Tue Sep 15 15:14:46 2009 for ITK by doxygen 1.5.8 written by Dimitri van Heesch, © 1997-2000