ITK  4.1.0
Insight Segmentation and Registration Toolkit
Public Member Functions
itk::IncompatibleOperandsError Class Reference

#include <itkExceptionObject.h>

+ Inheritance diagram for itk::IncompatibleOperandsError:
+ Collaboration diagram for itk::IncompatibleOperandsError:

List of all members.

Public Member Functions

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

Detailed Description

Exception thrown when two operands are incompatible.

Definition at line 261 of file itkExceptionObject.h.


Constructor & Destructor Documentation

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

Definition at line 266 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 269 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 272 of file itkExceptionObject.h.

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

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

Definition at line 275 of file itkExceptionObject.h.


Member Function Documentation

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

Reimplemented from itk::ExceptionObject.

Definition at line 278 of file itkExceptionObject.h.


The documentation for this class was generated from the following file: