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

itk::IncompatibleOperandsError Class Reference
[ITK System Objects]

#include <itkExceptionObject.h>

Inheritance diagram for itk::IncompatibleOperandsError:

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

Collaboration graph
[legend]
List of all members.

Public Methods

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

Detailed Description

Exception thrown when two operands are incompatible.

Definition at line 228 of file itkExceptionObject.h.


Constructor & Destructor Documentation

itk::IncompatibleOperandsError::IncompatibleOperandsError   [inline]
 

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

Definition at line 233 of file itkExceptionObject.h.

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

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

Definition at line 236 of file itkExceptionObject.h.

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

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

Definition at line 239 of file itkExceptionObject.h.

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

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

Definition at line 242 of file itkExceptionObject.h.


Member Function Documentation

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

Reimplemented from itk::ExceptionObject.

Definition at line 244 of file itkExceptionObject.h.


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