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

itk::RangeError Class Reference
[ITK System Objects]

#include <itkExceptionObject.h>

Inheritance diagram for itk::RangeError:

Inheritance graph
[legend]
Collaboration diagram for itk::RangeError:

Collaboration graph
[legend]
List of all members.

Public Methods

 RangeError ()
 RangeError (const char *file, unsigned int lineNumber)
 RangeError (const std::string &file, unsigned int lineNumber)
virtual ~RangeError () throw ()
virtual const char * GetNameOfClass () const

Detailed Description

Exception thrown when accessing memory out of range.

Definition at line 172 of file itkExceptionObject.h.


Constructor & Destructor Documentation

itk::RangeError::RangeError   [inline]
 

Default constructor. Needed to ensure the exception object can be copied.

Definition at line 177 of file itkExceptionObject.h.

itk::RangeError::RangeError const char *    file,
unsigned int    lineNumber
[inline]
 

Constructor. Needed to ensure the exception object can be copied.

Definition at line 180 of file itkExceptionObject.h.

itk::RangeError::RangeError const std::string &    file,
unsigned int    lineNumber
[inline]
 

Constructor. Needed to ensure the exception object can be copied.

Definition at line 183 of file itkExceptionObject.h.

virtual itk::RangeError::~RangeError   throw () [inline, virtual]
 

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

Definition at line 186 of file itkExceptionObject.h.


Member Function Documentation

virtual const char* itk::RangeError::GetNameOfClass   const [inline, virtual]
 

Reimplemented from itk::ExceptionObject.

Definition at line 188 of file itkExceptionObject.h.

References itk::ExceptionObject::ExceptionObject(), itk::InvalidArgumentError::InvalidArgumentError(), and itk::InvalidArgumentError::~InvalidArgumentError().


The documentation for this class was generated from the following file:
Generated at Fri May 21 01:38:53 2004 for ITK by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2000