ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkExceptionObject.h>
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 ( ) |
Exception thrown when two operands are incompatible.
Definition at line 261 of file itkExceptionObject.h.
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.
virtual const char* itk::IncompatibleOperandsError::GetNameOfClass | ( | ) | const [inline, virtual] |
Reimplemented from itk::ExceptionObject.
Definition at line 278 of file itkExceptionObject.h.