#include <itkDataObject.h>
Definition at line 107 of file itkDataObject.h.
Inheritance diagram for itk::InvalidRequestedRegionError:
Collaboration diagram for itk::InvalidRequestedRegionError:Public Member Functions | |
| virtual const char * | GetNameOfClass () const |
| InvalidRequestedRegionError () noexcept | |
| InvalidRequestedRegionError (const InvalidRequestedRegionError &orig) noexcept | |
| InvalidRequestedRegionError (std::string file, unsigned int lineNumber) | |
| InvalidRequestedRegionError & | operator= (const InvalidRequestedRegionError &orig) noexcept |
| ~InvalidRequestedRegionError () noexcept override=default | |
Public Member Functions inherited from itk::DataObjectError | |
| DataObjectError () noexcept | |
| DataObjectError (const DataObjectError &orig) noexcept | |
| DataObjectError (std::string file, unsigned int lineNumber) | |
| DataObjectError & | operator= (const DataObjectError &orig) noexcept |
| void | SetDataObject (DataObject *dobj) noexcept |
| ~DataObjectError () noexcept override=default | |
| const DataObject * | GetDataObject () const noexcept |
Public Member Functions inherited from itk::ExceptionObject | |
| ExceptionObject () noexcept=default | |
| ExceptionObject (const ExceptionObject &) noexcept=default | |
| ExceptionObject (ExceptionObject &&) noexcept=default | |
| ExceptionObject (std::string file, unsigned int lineNumber, std::string description, std::string location, const LightObject *thrower) | |
| ExceptionObject (std::string file, unsigned int lineNumber=0, std::string description="None", std::string location={}, const void *thrower=nullptr) | |
| virtual const char * | GetDescription () const |
| virtual const char * | GetFile () const |
| virtual unsigned int | GetLine () const |
| virtual const char * | GetLocation () const |
| ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (ExceptionObject) | |
| ExceptionObject & | operator= (const ExceptionObject &) noexcept=default |
| ExceptionObject & | operator= (ExceptionObject &&) noexcept=default |
| virtual bool | operator== (const ExceptionObject &orig) const |
| virtual void | SetDescription (const char *s) |
| virtual void | SetDescription (const std::string &s) |
| virtual void | SetLocation (const char *s) |
| virtual void | SetLocation (const std::string &s) |
| const char * | what () const noexcept override |
| ~ExceptionObject () override | |
Additional Inherited Members | |
Public Types inherited from itk::ExceptionObject | |
| using | Superclass = std::exception |
Static Public Attributes inherited from itk::ExceptionObject | |
| static constexpr const char *const | default_exception_message = "Generic ExceptionObject" |
Protected Member Functions inherited from itk::DataObjectError | |
| void | Print (std::ostream &os) const override |
|
noexcept |
Default constructor. Needed to ensure the exception object can be copied.
Referenced by GetNameOfClass(), InvalidRequestedRegionError(), InvalidRequestedRegionError(), operator=(), and ~InvalidRequestedRegionError().
|
overridedefaultnoexcept |
Destructor. Need to specify empty throw() to avoid warnings.
References InvalidRequestedRegionError().
| itk::InvalidRequestedRegionError::InvalidRequestedRegionError | ( | std::string | file, |
| unsigned int | lineNumber ) |
Constructor. Needed to ensure the exception object can be copied.
References InvalidRequestedRegionError().
|
noexcept |
Copy constructor. Needed to ensure the exception object can be copied.
References InvalidRequestedRegionError().
|
virtual |
Reimplemented from itk::DataObjectError.
References InvalidRequestedRegionError().
|
noexcept |
Operator=. Needed to ensure the exception object can be copied.
References InvalidRequestedRegionError().