GSI Object Oriented Online Offline (Go4)
GO4-6.3.0
|
#include <TGo4TaskHandlerException.h>
Public Member Functions | |
TGo4TaskHandlerException ()=delete | |
TGo4TaskHandlerException (TGo4TaskHandler *taskhandler) | |
TGo4TaskHandlerException (TGo4TaskHandlerRunnable *run) | |
virtual | ~TGo4TaskHandlerException () |
Int_t | Handle () override=0 |
![]() | |
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 () |
Protected Attributes | |
TGo4TaskHandler * | fxTaskHandler {nullptr} |
TGo4ThreadManager * | fxThreadManager {nullptr} |
TGo4TaskHandlerRunnable * | fxCaller {nullptr} |
![]() | |
TString | fxDescription |
Definition at line 23 of file TGo4TaskHandlerException.h.
|
delete |
TGo4TaskHandlerException::TGo4TaskHandlerException | ( | TGo4TaskHandler * | taskhandler | ) |
Definition at line 19 of file TGo4TaskHandlerException.cxx.
References TGo4Exception::fxDescription, fxTaskHandler, fxThreadManager, and TGo4TaskHandler::GetThreadManager().
TGo4TaskHandlerException::TGo4TaskHandlerException | ( | TGo4TaskHandlerRunnable * | run | ) |
Definition at line 35 of file TGo4TaskHandlerException.cxx.
References fxCaller, TGo4Exception::fxDescription, fxTaskHandler, fxThreadManager, TGo4TaskHandlerRunnable::GetTaskHandler(), and TGo4TaskHandler::GetThreadManager().
|
virtual |
Definition at line 60 of file TGo4TaskHandlerException.cxx.
|
overridepure virtual |
This is a default handler function for the respective exception type
Reimplemented from TGo4ControlException.
Implemented in TGo4TaskHandlerAbortException.
|
protected |
Definition at line 40 of file TGo4TaskHandlerException.h.
Referenced by TGo4TaskHandlerAbortException::Handle(), and TGo4TaskHandlerException().
|
protected |
Definition at line 36 of file TGo4TaskHandlerException.h.
Referenced by TGo4TaskHandlerAbortException::Handle(), and TGo4TaskHandlerException().
|
protected |
Definition at line 38 of file TGo4TaskHandlerException.h.
Referenced by TGo4TaskHandlerAbortException::Handle(), and TGo4TaskHandlerException().