#include <itkExceptionObject.h>
Exception thrown when accessing memory out of range.
Definition at line 182 of file itkExceptionObject.h.
|
| 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 * | GetNameOfClass () const |
|
| 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 | Print (std::ostream &os) 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 |
|
◆ ExceptionObject() [1/5]
itk::ExceptionObject::ExceptionObject |
( |
| ) |
|
|
defaultnoexcept |
Explicitly-defaulted default-constructor. Creates an empty exception object.
◆ ExceptionObject() [2/5]
◆ ExceptionObject() [3/5]
◆ ExceptionObject() [4/5]
itk::ExceptionObject::ExceptionObject |
( |
std::string | file, |
|
|
unsigned int | lineNumber, |
|
|
std::string | description, |
|
|
std::string | location, |
|
|
const LightObject * | thrower ) |
|
explicit |
◆ ExceptionObject() [5/5]
itk::ExceptionObject::ExceptionObject |
( |
std::string | file, |
|
|
unsigned int | lineNumber = 0, |
|
|
std::string | description = "None", |
|
|
std::string | location = {}, |
|
|
const void * | thrower = nullptr ) |
|
explicit |
◆ GetNameOfClass()
virtual const char * itk::RangeError::GetNameOfClass |
( |
| ) |
const |
|
virtual |
The documentation for this class was generated from the following file: