ITK  5.2.0
Insight Toolkit
Public Member Functions | Protected Member Functions | List of all members
itk::InvalidRequestedRegionError Class Reference

#include <itkDataObject.h>

+ Inheritance diagram for itk::InvalidRequestedRegionError:
+ Collaboration diagram for itk::InvalidRequestedRegionError:

Public Member Functions

virtual const char * GetNameOfClass () const
 
 InvalidRequestedRegionError () noexcept
 
 InvalidRequestedRegionError (const char *file, unsigned int lineNumber)
 
 InvalidRequestedRegionError (const InvalidRequestedRegionError &orig) noexcept
 
 InvalidRequestedRegionError (const std::string &file, unsigned int lineNumber)
 
InvalidRequestedRegionErroroperator= (const InvalidRequestedRegionError &orig) noexcept
 
 ~InvalidRequestedRegionError () noexcept override=default
 
- Public Member Functions inherited from itk::DataObjectError
 DataObjectError () noexcept
 
 DataObjectError (const char *file, unsigned int lineNumber)
 
 DataObjectError (const DataObjectError &orig) noexcept
 
 DataObjectError (const std::string &file, unsigned int lineNumber)
 
DataObjectErroroperator= (const DataObjectError &orig) noexcept
 
void SetDataObject (DataObject *dobj) noexcept
 
 ~DataObjectError () noexcept override=default
 
const DataObjectGetDataObject () const noexcept
 

Protected Member Functions

void PrintSelf (std::ostream &os, Indent indent) const override
 
- Protected Member Functions inherited from itk::DataObjectError

Detailed Description

Definition at line 111 of file itkDataObject.h.

Constructor & Destructor Documentation

◆ InvalidRequestedRegionError() [1/4]

itk::InvalidRequestedRegionError::InvalidRequestedRegionError ( )
noexcept

Default constructor. Needed to ensure the exception object can be copied.

◆ ~InvalidRequestedRegionError()

itk::InvalidRequestedRegionError::~InvalidRequestedRegionError ( )
overridedefaultnoexcept

Destructor. Need to specify empty throw() to avoid warnings.

◆ InvalidRequestedRegionError() [2/4]

itk::InvalidRequestedRegionError::InvalidRequestedRegionError ( const char *  file,
unsigned int  lineNumber 
)

Constructor. Needed to ensure the exception object can be copied.

◆ InvalidRequestedRegionError() [3/4]

itk::InvalidRequestedRegionError::InvalidRequestedRegionError ( const std::string &  file,
unsigned int  lineNumber 
)

Constructor. Needed to ensure the exception object can be copied.

◆ InvalidRequestedRegionError() [4/4]

itk::InvalidRequestedRegionError::InvalidRequestedRegionError ( const InvalidRequestedRegionError orig)
noexcept

Copy constructor. Needed to ensure the exception object can be copied.

Member Function Documentation

◆ GetNameOfClass()

virtual const char* itk::InvalidRequestedRegionError::GetNameOfClass ( ) const
virtual

Standard type macro

Reimplemented from itk::DataObjectError.

◆ operator=()

InvalidRequestedRegionError& itk::InvalidRequestedRegionError::operator= ( const InvalidRequestedRegionError orig)
noexcept

Operator=. Needed to ensure the exception object can be copied.

◆ PrintSelf()

void itk::InvalidRequestedRegionError::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
overrideprotectedvirtual

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.


The documentation for this class was generated from the following file: