#include <itkExceptionObject.h>
Inheritance diagram for itk::IncompatibleOperandsError:
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 |
Definition at line 228 of file itkExceptionObject.h.
|
Default constructor. Needed to ensure the exception object can be copied. Definition at line 233 of file itkExceptionObject.h. |
|
Constructor. Needed to ensure the exception object can be copied. Definition at line 236 of file itkExceptionObject.h. |
|
Constructor. Needed to ensure the exception object can be copied. Definition at line 239 of file itkExceptionObject.h. |
|
Virtual destructor needed for subclasses. Has to have empty throw(). Definition at line 242 of file itkExceptionObject.h. |
|
Reimplemented from itk::ExceptionObject. Definition at line 244 of file itkExceptionObject.h. |