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

itk::InvalidArgumentError Class Reference
[ITK System Objects]

#include <itkExceptionObject.h>

Inheritance diagram for itk::InvalidArgumentError:

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

Collaboration graph
[legend]
List of all members.

Public Methods

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

Detailed Description

Exception thrown when invalid argument is given to a method or function.

Definition at line 198 of file itkExceptionObject.h.


Constructor & Destructor Documentation

itk::InvalidArgumentError::InvalidArgumentError   [inline]
 

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

Definition at line 205 of file itkExceptionObject.h.

Referenced by itk::RangeError::GetNameOfClass().

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

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

Definition at line 210 of file itkExceptionObject.h.

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

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

Definition at line 215 of file itkExceptionObject.h.

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

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

Definition at line 218 of file itkExceptionObject.h.

Referenced by itk::RangeError::GetNameOfClass().


Member Function Documentation

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

Reimplemented from itk::ExceptionObject.

Definition at line 220 of file itkExceptionObject.h.


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