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 227 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 232 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 235 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 238 of file itkExceptionObject.h.

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

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

Definition at line 241 of file itkExceptionObject.h.


Member Function Documentation

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

Reimplemented from itk::ExceptionObject.

Definition at line 243 of file itkExceptionObject.h.


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