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

itk::fem::FEMExceptionObjectNotFound Class Reference

Object not found exception. More...

#include <itkFEMException.h>

Inheritance diagram for itk::fem::FEMExceptionObjectNotFound:

Inheritance graph
[legend]
Collaboration diagram for itk::fem::FEMExceptionObjectNotFound:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 FEMExceptionObjectNotFound (const char *file, unsigned int lineNumber, std::string location, std::string baseClassName, int GN)
virtual ~FEMExceptionObjectNotFound () throw ()
virtual const char * GetClassName () const

Public Attributes

std::string m_baseClassName
int m_GN

Detailed Description

Object not found exception.

This exception occures, when a search for an object with given global number was unsuccessful.

Definition at line 128 of file itkFEMException.h.


Constructor & Destructor Documentation

itk::fem::FEMExceptionObjectNotFound::FEMExceptionObjectNotFound const char *  file,
unsigned int  lineNumber,
std::string  location,
std::string  baseClassName,
int  GN
 

virtual itk::fem::FEMExceptionObjectNotFound::~FEMExceptionObjectNotFound  )  throw () [inline, virtual]
 

Virtual destructor needed for subclasses. Has to have empty throw(). Definition at line 134 of file itkFEMException.h.


Member Function Documentation

virtual const char* itk::fem::FEMExceptionObjectNotFound::GetClassName  )  const [virtual]
 

Type related information.

Reimplemented from itk::fem::FEMException.


Member Data Documentation

std::string itk::fem::FEMExceptionObjectNotFound::m_baseClassName
 

Base class of the searched object. Definition at line 142 of file itkFEMException.h.

int itk::fem::FEMExceptionObjectNotFound::m_GN
 

Definition at line 143 of file itkFEMException.h.


The documentation for this class was generated from the following file:
Generated at Sun Apr 1 03:21:12 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000