GSI Object Oriented Online Offline (Go4) GO4-6.4.0
|
Abort exception. More...
#include <TGo4TaskHandlerAbortException.h>
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. | |
![]() | |
TGo4TaskHandlerException ()=delete | |
TGo4TaskHandlerException (TGo4TaskHandler *taskhandler) | |
TGo4TaskHandlerException (TGo4TaskHandlerRunnable *run) | |
virtual | ~TGo4TaskHandlerException () |
![]() | |
TGo4ControlException () | |
TGo4ControlException (const TGo4ControlException &right) | |
virtual | ~TGo4ControlException () |
TGo4ControlException & | operator= (const TGo4ControlException &right) |
![]() | |
TGo4RuntimeException () | |
TGo4RuntimeException (const TGo4RuntimeException &right) | |
virtual | ~TGo4RuntimeException () |
TGo4RuntimeException & | operator= (const TGo4RuntimeException &right) |
![]() | |
TGo4Exception () | |
TGo4Exception (const TGo4Exception &right) | |
virtual | ~TGo4Exception () |
TGo4Exception & | operator= (const TGo4Exception &right) |
virtual const char * | What () |
Returns string describing the kind of exception. | |
Additional Inherited Members | |
![]() | |
TGo4TaskHandlerRunnable * | fxCaller {nullptr} |
TGo4TaskHandler * | fxTaskHandler {nullptr} |
TGo4ThreadManager * | fxThreadManager {nullptr} |
![]() | |
TString | fxDescription |
Abort exception.
Definition at line 25 of file TGo4TaskHandlerAbortException.h.
|
delete |
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::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.
|
virtual |
Definition at line 39 of file TGo4TaskHandlerAbortException.cxx.
|
overridevirtual |
This is a default handler function for the respective exception type.
Implements TGo4TaskHandlerException.
Definition at line 43 of file TGo4TaskHandlerAbortException.cxx.
References TGo4Log::Debug(), TGo4TaskHandlerException::fxCaller, TGo4TaskHandlerException::fxTaskHandler, TGo4TaskHandlerException::fxThreadManager, TGo4Task::GetMaster(), TGo4Task::GetSlave(), TGo4TaskOwner::IsServer(), TGo4ComRemoveClient::SetClient(), TGo4ComDisconnectSlave::SetSlave(), TGo4ComRemoveClient::SetWaitForClient(), TGo4ComDisconnectSlave::SetWaitForSlave(), TGo4Task::SubmitCommand(), TGo4Slave::TerminateFast(), and TGo4Task::TerminateFast().