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

#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.

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.

Public Member Functions

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

Public Attributes

std::string m_baseClassName
int m_GN


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::GetNameOfClass (  )  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 137 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 Thu Nov 6 13:53:17 2008 for ITK by doxygen 1.5.1 written by Dimitri van Heesch, © 1997-2000