#include <itkExceptionObject.h>
Inheritance diagram for itk::RangeError:
Public Methods | |
RangeError () | |
RangeError (const char *file, unsigned int lineNumber) | |
RangeError (const std::string &file, unsigned int lineNumber) | |
virtual | ~RangeError () throw () |
virtual const char * | GetNameOfClass () const |
Definition at line 171 of file itkExceptionObject.h.
|
Default constructor. Needed to ensure the exception object can be copied. Definition at line 176 of file itkExceptionObject.h. |
|
Constructor. Needed to ensure the exception object can be copied. Definition at line 179 of file itkExceptionObject.h. |
|
Constructor. Needed to ensure the exception object can be copied. Definition at line 182 of file itkExceptionObject.h. |
|
Virtual destructor needed for subclasses. Has to have empty throw(). Definition at line 185 of file itkExceptionObject.h. |
|
Reimplemented from itk::ExceptionObject. Definition at line 187 of file itkExceptionObject.h. References itk::ExceptionObject::ExceptionObject(), itk::InvalidArgumentError::InvalidArgumentError(), and itk::InvalidArgumentError::~InvalidArgumentError(). |