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

Task handler exception. More...

#include <TGo4TaskHandlerException.h>

+ Inheritance diagram for TGo4TaskHandlerException:

Public Member Functions

 TGo4TaskHandlerException ()=delete
 
 TGo4TaskHandlerException (TGo4TaskHandler *taskhandler)
 
 TGo4TaskHandlerException (TGo4TaskHandlerRunnable *run)
 
virtual ~TGo4TaskHandlerException ()
 
Int_t Handle () override=0
 This is a default handler function for the respective exception type.
 
- Public Member Functions inherited from TGo4ControlException
 TGo4ControlException ()
 
 TGo4ControlException (const TGo4ControlException &right)
 
virtual ~TGo4ControlException ()
 
TGo4ControlExceptionoperator= (const TGo4ControlException &right)
 
- Public Member Functions inherited from TGo4RuntimeException
 TGo4RuntimeException ()
 
 TGo4RuntimeException (const TGo4RuntimeException &right)
 
virtual ~TGo4RuntimeException ()
 
TGo4RuntimeExceptionoperator= (const TGo4RuntimeException &right)
 
- Public Member Functions inherited from TGo4Exception
 TGo4Exception ()
 
 TGo4Exception (const TGo4Exception &right)
 
virtual ~TGo4Exception ()
 
TGo4Exceptionoperator= (const TGo4Exception &right)
 
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/3]

TGo4TaskHandlerException::TGo4TaskHandlerException ( )
delete

◆ TGo4TaskHandlerException() [2/3]

TGo4TaskHandlerException::TGo4TaskHandlerException ( TGo4TaskHandler * taskhandler)

◆ TGo4TaskHandlerException() [3/3]

TGo4TaskHandlerException::TGo4TaskHandlerException ( TGo4TaskHandlerRunnable * run)

◆ ~TGo4TaskHandlerException()

TGo4TaskHandlerException::~TGo4TaskHandlerException ( )
virtual

Definition at line 60 of file TGo4TaskHandlerException.cxx.

Member Function Documentation

◆ Handle()

Int_t TGo4TaskHandlerException::Handle ( )
overridepure virtual

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

Reimplemented from TGo4ControlException.

Implemented in TGo4TaskHandlerAbortException.

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: