ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
#include <itkDataObject.h>
Definition at line 96 of file itkDataObject.h.
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
InvalidRequestedRegionError () | |
InvalidRequestedRegionError (const char *file, unsigned int lineNumber) | |
InvalidRequestedRegionError (const std::string &file, unsigned int lineNumber) | |
InvalidRequestedRegionError (const InvalidRequestedRegionError &orig) | |
InvalidRequestedRegionError & | operator= (const InvalidRequestedRegionError &orig) |
virtual | ~InvalidRequestedRegionError () throw ( ) |
Public Member Functions inherited from itk::DataObjectError | |
DataObjectError () | |
DataObjectError (const char *file, unsigned int lineNumber) | |
DataObjectError (const std::string &file, unsigned int lineNumber) | |
DataObjectError (const DataObjectError &orig) | |
DataObject * | GetDataObject () |
DataObjectError & | operator= (const DataObjectError &orig) |
void | SetDataObject (DataObject *dobj) |
virtual | ~DataObjectError () throw ( ) |
Public Member Functions inherited from itk::ExceptionObject | |
virtual const char * | GetDescription () const |
virtual const char * | GetFile () const |
virtual unsigned int | GetLine () const |
virtual const char * | GetLocation () const |
ExceptionObject & | operator= (const ExceptionObject &orig) |
virtual bool | operator== (const ExceptionObject &orig) |
virtual void | Print (std::ostream &os) const |
virtual void | SetDescription (const std::string &s) |
virtual void | SetDescription (const char *s) |
virtual void | SetLocation (const std::string &s) |
virtual void | SetLocation (const char *s) |
virtual const char * | what () const throw ( ) |
virtual | ~ExceptionObject () throw ( ) |
ExceptionObject () | |
ExceptionObject (const char *file, unsigned int lineNumber=0, const char *desc="None", const char *loc="Unknown") | |
ExceptionObject (const std::string &file, unsigned int lineNumber=0, const std::string &desc="None", const std::string &loc="Unknown") | |
ExceptionObject (const ExceptionObject &orig) | |
Protected Member Functions | |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
Additional Inherited Members | |
Public Types inherited from itk::ExceptionObject | |
typedef std::exception | Superclass |
itk::InvalidRequestedRegionError::InvalidRequestedRegionError | ( | ) |
Default constructor. Needed to ensure the exception object can be copied.
|
inlinevirtual |
Destructor. Need to specify empty throw() to avoid warnings.
Definition at line 104 of file itkDataObject.h.
itk::InvalidRequestedRegionError::InvalidRequestedRegionError | ( | const char * | file, |
unsigned int | lineNumber | ||
) |
Constructor. Needed to ensure the exception object can be copied.
itk::InvalidRequestedRegionError::InvalidRequestedRegionError | ( | const std::string & | file, |
unsigned int | lineNumber | ||
) |
Constructor. Needed to ensure the exception object can be copied.
itk::InvalidRequestedRegionError::InvalidRequestedRegionError | ( | const InvalidRequestedRegionError & | orig | ) |
Copy constructor. Needed to ensure the exception object can be copied.
|
virtual |
Standard type macro
Reimplemented from itk::DataObjectError.
InvalidRequestedRegionError& itk::InvalidRequestedRegionError::operator= | ( | const InvalidRequestedRegionError & | orig | ) |
Operator=. Needed to ensure the exception object can be copied.
|
protectedvirtual |
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 from itk::DataObjectError.