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

Abort exception. More...

#include <TGo4TaskHandlerAbortException.h>

Inheritance diagram for TGo4TaskHandlerAbortException:

Public Member Functions

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

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/6]

TGo4TaskHandlerAbortException::TGo4TaskHandlerAbortException ( )
delete

◆ TGo4TaskHandlerAbortException() [2/6]

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/6]

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() [1/2]

TGo4TaskHandlerAbortException::~TGo4TaskHandlerAbortException ( )
virtual

Definition at line 39 of file TGo4TaskHandlerAbortException.cxx.

◆ TGo4TaskHandlerAbortException() [4/6]

TGo4TaskHandlerAbortException::TGo4TaskHandlerAbortException ( )
delete

◆ TGo4TaskHandlerAbortException() [5/6]

TGo4TaskHandlerAbortException::TGo4TaskHandlerAbortException ( TGo4TaskHandler * taskhandler)

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

◆ TGo4TaskHandlerAbortException() [6/6]

TGo4TaskHandlerAbortException::TGo4TaskHandlerAbortException ( TGo4TaskHandlerRunnable * run)

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

◆ ~TGo4TaskHandlerAbortException() [2/2]

virtual TGo4TaskHandlerAbortException::~TGo4TaskHandlerAbortException ( )
virtual

Member Function Documentation

◆ Handle() [1/2]

◆ Handle() [2/2]

Int_t TGo4TaskHandlerAbortException::Handle ( )
overridevirtual

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

Implements TGo4TaskHandlerException.


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