#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 172 of file itkExceptionObject.h.
|
Default constructor. Needed to ensure the exception object can be copied. Definition at line 177 of file itkExceptionObject.h. |
|
Constructor. Needed to ensure the exception object can be copied. Definition at line 180 of file itkExceptionObject.h. |
|
Constructor. Needed to ensure the exception object can be copied. Definition at line 183 of file itkExceptionObject.h. |
|
Virtual destructor needed for subclasses. Has to have empty throw(). Definition at line 186 of file itkExceptionObject.h. |
|
Reimplemented from itk::ExceptionObject. Definition at line 188 of file itkExceptionObject.h. References itk::ExceptionObject::ExceptionObject(), itk::InvalidArgumentError::InvalidArgumentError(), and itk::InvalidArgumentError::~InvalidArgumentError(). |