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 197 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 204 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 209 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 214 of file itkExceptionObject.h.

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

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

Definition at line 217 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 219 of file itkExceptionObject.h.


The documentation for this class was generated from the following file:
Generated at Wed Mar 12 01:18:22 2003 for ITK by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2000