Exception data. Location of the error and description of the error.
Class hierarchy
ReferenceCounterInterface (Register/UnRegister)
^
|
ExceptionData LightObject (Register/UnRegister)
^ ^
| |
ReferenceCountedExceptionData (Register/UnRegister)
The ReferenceCounterInterface is an abstract class providing the API interface expected by the SmartPointer. Its second derived class, the ReferenceCountedExceptionData, double inherits from LightObject and ExceptionData, and overloads the Register()/UnRegister() methods to delegate them to its second parent, the LightObject.
Definition at line 137 of file itkExceptionObject.h.