ITK
6.0.0
Insight Toolkit
|
#include <itkExceptionObject.h>
Exception thrown when a filter (actually a ProcessObject) has been aborted.
Definition at line 222 of file itkExceptionObject.h.
Public Member Functions | |
ProcessAborted () | |
ProcessAborted (const char *file, unsigned int lineNumber) | |
ProcessAborted (const std::string &file, unsigned int lineNumber) | |
const char * | GetNameOfClass () const override |
Public Member Functions inherited from itk::ExceptionObject | |
ExceptionObject () noexcept=default | |
ExceptionObject (const char *file, unsigned int lineNumber=0, const char *desc="None", const char *loc="Unknown") | |
ExceptionObject (const ExceptionObject &) noexcept=default | |
ExceptionObject (ExceptionObject &&) noexcept=default | |
ExceptionObject (std::string file, unsigned int lineNumber=0, std::string desc="None", std::string loc="Unknown") | |
virtual const char * | GetDescription () const |
virtual const char * | GetFile () const |
virtual unsigned int | GetLine () const |
virtual const char * | GetLocation () const |
virtual const char * | GetNameOfClass () const |
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 | |
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" |
|
inline |
Default constructor. Needed to ensure the exception object can be copied.
Definition at line 227 of file itkExceptionObject.h.
|
inline |
Constructor. Needed to ensure the exception object can be copied.
Definition at line 234 of file itkExceptionObject.h.
|
inline |
Constructor. Needed to ensure the exception object can be copied.
Definition at line 241 of file itkExceptionObject.h.
|
overridevirtual |
Reimplemented from itk::ExceptionObject.