GSI Object Oriented Online Offline (Go4)  GO4-6.3.0
Public Member Functions | List of all members
TGo4TaskHandlerAbortException Class Reference

#include <TGo4TaskHandlerAbortException.h>

+ Inheritance diagram for TGo4TaskHandlerAbortException:

Public Member Functions

 TGo4TaskHandlerAbortException ()=delete
 
 TGo4TaskHandlerAbortException (TGo4TaskHandler *taskhandler)
 
 TGo4TaskHandlerAbortException (TGo4TaskHandlerRunnable *run)
 
virtual ~TGo4TaskHandlerAbortException ()
 
Int_t Handle () override
 
- Public Member Functions inherited from TGo4TaskHandlerException
 TGo4TaskHandlerException ()=delete
 
 TGo4TaskHandlerException (TGo4TaskHandler *taskhandler)
 
 TGo4TaskHandlerException (TGo4TaskHandlerRunnable *run)
 
virtual ~TGo4TaskHandlerException ()
 
- 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 ()
 

Additional Inherited Members

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

Detailed Description

Definition at line 22 of file TGo4TaskHandlerAbortException.h.

Constructor & Destructor Documentation

◆ TGo4TaskHandlerAbortException() [1/3]

TGo4TaskHandlerAbortException::TGo4TaskHandlerAbortException ( )
delete

◆ TGo4TaskHandlerAbortException() [2/3]

TGo4TaskHandlerAbortException::TGo4TaskHandlerAbortException ( TGo4TaskHandler taskhandler)

Exception to Disconnect client belonging to taskhandler from server task (servermode) or shut down the client task (clientmode)

Definition at line 27 of file TGo4TaskHandlerAbortException.cxx.

References TGo4Exception::fxDescription.

◆ TGo4TaskHandlerAbortException() [3/3]

TGo4TaskHandlerAbortException::TGo4TaskHandlerAbortException ( TGo4TaskHandlerRunnable run)

ctor to call exception from within a taskhandler runnable; will find out taskhandler from runnable

Definition at line 33 of file TGo4TaskHandlerAbortException.cxx.

References TGo4Exception::fxDescription.

◆ ~TGo4TaskHandlerAbortException()

TGo4TaskHandlerAbortException::~TGo4TaskHandlerAbortException ( )
virtual

Definition at line 39 of file TGo4TaskHandlerAbortException.cxx.

Member Function Documentation

◆ Handle()

Int_t TGo4TaskHandlerAbortException::Handle ( )
overridevirtual

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