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

Abort exception. More...

#include <TGo4TaskHandlerAbortException.h>

+ Inheritance diagram for TGo4TaskHandlerAbortException:

Public Member Functions

 TGo4TaskHandlerAbortException ()=delete
 
 TGo4TaskHandlerAbortException (TGo4TaskHandler *taskhandler)
 Exception to Disconnect client belonging to taskhandler from server task (servermode) or shut down the client task (clientmode)
 
 TGo4TaskHandlerAbortException (TGo4TaskHandlerRunnable *run)
 ctor to call exception from within a taskhandler runnable; will find out taskhandler from runnable
 
virtual ~TGo4TaskHandlerAbortException ()
 
Int_t Handle () override
 This is a default handler function for the respective exception type.
 
- 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 ()
 Returns string describing the kind of exception.
 

Additional Inherited Members

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

Detailed Description

Abort exception.

Definition at line 25 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 TGo4TaskHandlerException::TGo4TaskHandlerException(), and 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 TGo4TaskHandlerException::TGo4TaskHandlerException(), and TGo4Exception::fxDescription.

◆ ~TGo4TaskHandlerAbortException()

TGo4TaskHandlerAbortException::~TGo4TaskHandlerAbortException ( )
virtual

Definition at line 39 of file TGo4TaskHandlerAbortException.cxx.

Member Function Documentation

◆ Handle()


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