ITK 6.0.0
Insight Toolkit
 
Loading...
Searching...
No Matches
itk::ProcessAborted Class Reference

#include <itkExceptionObject.h>

Detailed Description

Exception thrown when a filter (actually a ProcessObject) has been aborted.

Definition at line 213 of file itkExceptionObject.h.

+ Inheritance diagram for itk::ProcessAborted:
+ Collaboration diagram for itk::ProcessAborted:

Public Member Functions

const char * GetNameOfClass () const override
 
 ProcessAborted ()
 
 ProcessAborted (std::string file, unsigned int lineNumber)
 
- 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=0, std::string description="None", std::string location={})
 
virtual const char * GetDescription () const
 
virtual const char * GetFile () const
 
virtual unsigned int GetLine () const
 
virtual const char * GetLocation () const
 
ExceptionObjectoperator= (const ExceptionObject &) noexcept=default
 
ExceptionObjectoperator= (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"
 

Constructor & Destructor Documentation

◆ ProcessAborted() [1/2]

itk::ProcessAborted::ProcessAborted ( )
inline

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

Definition at line 218 of file itkExceptionObject.h.

References itk::ExceptionObject::ExceptionObject(), and itk::ExceptionObject::SetDescription().

Referenced by GetNameOfClass().

◆ ProcessAborted() [2/2]

itk::ProcessAborted::ProcessAborted ( std::string file,
unsigned int lineNumber )
inline

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

Definition at line 225 of file itkExceptionObject.h.

References itk::ExceptionObject::ExceptionObject().

Member Function Documentation

◆ GetNameOfClass()

const char * itk::ProcessAborted::GetNameOfClass ( ) const
overridevirtual
See also
LightObject::GetNameOfClass()

Reimplemented from itk::ExceptionObject.

References ProcessAborted().


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