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 const char * GetNameOfClass () const
virtual ~FEMExceptionObjectNotFound () throw ()

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 119 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 125 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

Base class of the searched object.

Definition at line 128 of file itkFEMException.h.

Definition at line 134 of file itkFEMException.h.


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