#include <itkDataObject.h>
Inheritance diagram for itk::DataObjectError:


Definition at line 37 of file itkDataObject.h.
Public Member Functions | |
| DataObjectError (const DataObjectError &orig) | |
| DataObjectError (const std::string &file, unsigned int lineNumber) | |
| DataObjectError (const char *file, unsigned int lineNumber) | |
| DataObjectError () | |
| DataObject * | GetDataObject () |
| virtual const char * | GetNameOfClass () const |
| DataObjectError & | operator= (const DataObjectError &orig) |
| void | SetDataObject (DataObject *dobj) |
| virtual | ~DataObjectError () throw () |
Protected Member Functions | |
| virtual void | PrintSelf (std::ostream &os, Indent indent) const |
|
|
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. |
1.4.2 written by Dimitri van Heesch,
© 1997-2000