#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 197 of file itkExceptionObject.h.
|
Default constructor. Needed to ensure the exception object can be copied. Definition at line 204 of file itkExceptionObject.h. Referenced by itk::RangeError::GetNameOfClass(). |
|
Constructor. Needed to ensure the exception object can be copied. Definition at line 209 of file itkExceptionObject.h. |
|
Constructor. Needed to ensure the exception object can be copied. Definition at line 214 of file itkExceptionObject.h. |
|
Virtual destructor needed for subclasses. Has to have empty throw(). Definition at line 217 of file itkExceptionObject.h. Referenced by itk::RangeError::GetNameOfClass(). |
|
Reimplemented from itk::ExceptionObject. Definition at line 219 of file itkExceptionObject.h. |