#include <itkExceptionObject.h>
Inheritance diagram for itk::InvalidArgumentError:
Public Methods | |
InvalidArgumentError () | |
InvalidArgumentError (const char *file, unsigned int lineNumber) | |
InvalidArgumentError (const std::string &file, unsigned int lineNumber) | |
virtual | ~InvalidArgumentError () throw () |
virtual const char * | GetNameOfClass () const |
Definition at line 198 of file itkExceptionObject.h.
|
Default constructor. Needed to ensure the exception object can be copied. Definition at line 205 of file itkExceptionObject.h. Referenced by itk::RangeError::GetNameOfClass(). |
|
Constructor. Needed to ensure the exception object can be copied. Definition at line 210 of file itkExceptionObject.h. |
|
Constructor. Needed to ensure the exception object can be copied. Definition at line 215 of file itkExceptionObject.h. |
|
Virtual destructor needed for subclasses. Has to have empty throw(). Definition at line 218 of file itkExceptionObject.h. Referenced by itk::RangeError::GetNameOfClass(). |
|
Reimplemented from itk::ExceptionObject. Definition at line 220 of file itkExceptionObject.h. |