#include <itkDataObject.h>
Inheritance diagram for itk::DataObjectError:
Public Member Functions | |
DataObjectError () | |
virtual | ~DataObjectError () throw () |
DataObjectError (const char *file, unsigned int lineNumber) | |
DataObjectError (const std::string &file, unsigned int lineNumber) | |
DataObjectError (const DataObjectError &orig) | |
DataObjectError & | operator= (const DataObjectError &orig) |
virtual const char * | GetNameOfClass () const |
void | SetDataObject (DataObject *dobj) |
DataObject * | GetDataObject () |
Protected Member Functions | |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
Definition at line 37 of file itkDataObject.h.
|
Default constructor. Needed to ensure the exception object can be copied. |
|
Destructor. Need to specify empty throw() to avoid warnings. Definition at line 45 of file itkDataObject.h. |
|
Constructor. Needed to ensure the exception object can be copied. |
|
Constructor. Needed to ensure the exception object can be copied. |
|
Copy constructor. Needed to ensure the exception object can be copied. |
|
Get the data object that is throwing this exception. |
|
Standard type macro Reimplemented in itk::InvalidRequestedRegionError. |
|
Operator=. Needed to ensure the exception object can be copied. |
|
Print exception information. This method can be overridden by specific exception subtypes. The default is to print out the location where the exception was first thrown and any description provided by the ``thrower''. Reimplemented in itk::InvalidRequestedRegionError. |
|
Set the data object that is throwing this exception. |