GSI Object Oriented Online Offline (Go4) GO4-6.4.5
Loading...
Searching...
No Matches
TGo4TaskHandlerException Class Referenceabstract

Task handler exception. More...

#include <TGo4TaskHandlerException.h>

Inheritance diagram for TGo4TaskHandlerException:

Public Member Functions

 TGo4TaskHandlerException ()=delete
 TGo4TaskHandlerException ()=delete
 TGo4TaskHandlerException (TGo4TaskHandler *taskhandler)
 TGo4TaskHandlerException (TGo4TaskHandler *taskhandler)
 TGo4TaskHandlerException (TGo4TaskHandlerRunnable *run)
 TGo4TaskHandlerException (TGo4TaskHandlerRunnable *run)
virtual ~TGo4TaskHandlerException ()
virtual ~TGo4TaskHandlerException ()
Int_t Handle () override=0
 This is a default handler function for the respective exception type.
Int_t Handle () override=0
 This is a default handler function for the respective exception type.
Public Member Functions inherited from TGo4ControlException
 TGo4ControlException ()
 TGo4ControlException ()
 TGo4ControlException (const TGo4ControlException &right)
 TGo4ControlException (const TGo4ControlException &right)
virtual ~TGo4ControlException ()
virtual ~TGo4ControlException ()
TGo4ControlExceptionoperator= (const TGo4ControlException &right)
TGo4ControlExceptionoperator= (const TGo4ControlException &right)
Public Member Functions inherited from TGo4RuntimeException
 TGo4RuntimeException ()
 TGo4RuntimeException ()
 TGo4RuntimeException (const TGo4RuntimeException &right)
 TGo4RuntimeException (const TGo4RuntimeException &right)
virtual ~TGo4RuntimeException ()
virtual ~TGo4RuntimeException ()
TGo4RuntimeExceptionoperator= (const TGo4RuntimeException &right)
TGo4RuntimeExceptionoperator= (const TGo4RuntimeException &right)
Public Member Functions inherited from TGo4Exception
 TGo4Exception ()
 TGo4Exception ()
 TGo4Exception (const TGo4Exception &right)
 TGo4Exception (const TGo4Exception &right)
virtual ~TGo4Exception ()
virtual ~TGo4Exception ()
TGo4Exceptionoperator= (const TGo4Exception &right)
TGo4Exceptionoperator= (const TGo4Exception &right)
virtual const char * What ()
 Returns string describing the kind of exception.
virtual const char * What ()
 Returns string describing the kind of exception.

Protected Attributes

TGo4TaskHandlerRunnablefxCaller {nullptr}
TGo4TaskHandlerfxTaskHandler {nullptr}
TGo4ThreadManagerfxThreadManager {nullptr}
Protected Attributes inherited from TGo4Exception
TString fxDescription

Detailed Description

Task handler exception.

Definition at line 26 of file TGo4TaskHandlerException.h.

Constructor & Destructor Documentation

◆ TGo4TaskHandlerException() [1/6]

TGo4TaskHandlerException::TGo4TaskHandlerException ( )
delete

◆ TGo4TaskHandlerException() [2/6]

TGo4TaskHandlerException::TGo4TaskHandlerException ( TGo4TaskHandler * taskhandler)

◆ TGo4TaskHandlerException() [3/6]

TGo4TaskHandlerException::TGo4TaskHandlerException ( TGo4TaskHandlerRunnable * run)

◆ ~TGo4TaskHandlerException() [1/2]

TGo4TaskHandlerException::~TGo4TaskHandlerException ( )
virtual

Definition at line 60 of file TGo4TaskHandlerException.cxx.

◆ TGo4TaskHandlerException() [4/6]

TGo4TaskHandlerException::TGo4TaskHandlerException ( )
delete

◆ TGo4TaskHandlerException() [5/6]

TGo4TaskHandlerException::TGo4TaskHandlerException ( TGo4TaskHandler * taskhandler)

◆ TGo4TaskHandlerException() [6/6]

TGo4TaskHandlerException::TGo4TaskHandlerException ( TGo4TaskHandlerRunnable * run)

◆ ~TGo4TaskHandlerException() [2/2]

virtual TGo4TaskHandlerException::~TGo4TaskHandlerException ( )
virtual

Member Function Documentation

◆ Handle() [1/2]

Int_t TGo4TaskHandlerException::Handle ( )
overridepure virtual

This is a default handler function for the respective exception type.

Reimplemented from TGo4ControlException.

Implemented in TGo4TaskHandlerAbortException, and TGo4TaskHandlerAbortException.

◆ Handle() [2/2]

Int_t TGo4TaskHandlerException::Handle ( )
overridepure virtual

This is a default handler function for the respective exception type.

Reimplemented from TGo4ControlException.

Implemented in TGo4TaskHandlerAbortException, and TGo4TaskHandlerAbortException.

References fxTaskHandler.

Field Documentation

◆ fxCaller

TGo4TaskHandlerRunnable * TGo4TaskHandlerException::fxCaller {nullptr}
protected

◆ fxTaskHandler

TGo4TaskHandler * TGo4TaskHandlerException::fxTaskHandler {nullptr}
protected

◆ fxThreadManager

TGo4ThreadManager * TGo4TaskHandlerException::fxThreadManager {nullptr}
protected

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