GSI Object Oriented Online Offline (Go4)
GO4-5.3.2
|
#include <TGo4TaskHandlerException.h>
Public Member Functions | |
TGo4TaskHandlerException (TGo4TaskHandler *taskhandler) | |
TGo4TaskHandlerException (TGo4TaskHandlerRunnable *run) | |
virtual | ~TGo4TaskHandlerException () |
virtual Int_t | Handle ()=0 |
Public Member Functions inherited from TGo4ControlException | |
TGo4ControlException () | |
TGo4ControlException (const TGo4ControlException &right) | |
virtual | ~TGo4ControlException () |
TGo4ControlException & | operator= (const TGo4ControlException &right) |
Public Member Functions inherited from TGo4RuntimeException | |
TGo4RuntimeException () | |
TGo4RuntimeException (const TGo4RuntimeException &right) | |
virtual | ~TGo4RuntimeException () |
TGo4RuntimeException & | operator= (const TGo4RuntimeException &right) |
Public Member Functions inherited from TGo4Exception | |
TGo4Exception () | |
TGo4Exception (const TGo4Exception &right) | |
virtual | ~TGo4Exception () |
TGo4Exception & | operator= (const TGo4Exception &right) |
virtual const char * | What () |
Protected Attributes | |
TGo4TaskHandler * | fxTaskHandler |
TGo4ThreadManager * | fxThreadManager |
TGo4TaskHandlerRunnable * | fxCaller |
Protected Attributes inherited from TGo4Exception | |
TString | fxDescription |
Private Member Functions | |
TGo4TaskHandlerException () | |
Definition at line 23 of file TGo4TaskHandlerException.h.
TGo4TaskHandlerException::TGo4TaskHandlerException | ( | TGo4TaskHandler * | taskhandler | ) |
Definition at line 20 of file TGo4TaskHandlerException.cxx.
References fxCaller, TGo4Exception::fxDescription, fxTaskHandler, fxThreadManager, and TGo4TaskHandler::GetThreadManager().
TGo4TaskHandlerException::TGo4TaskHandlerException | ( | TGo4TaskHandlerRunnable * | run | ) |
Definition at line 37 of file TGo4TaskHandlerException.cxx.
References fxCaller, TGo4Exception::fxDescription, fxTaskHandler, fxThreadManager, TGo4TaskHandlerRunnable::GetTaskHandler(), and TGo4TaskHandler::GetThreadManager().
|
virtual |
Definition at line 62 of file TGo4TaskHandlerException.cxx.
|
private |
|
pure virtual |
This is a default handler function for the respective exception type
Reimplemented from TGo4ControlException.
Implemented in TGo4TaskHandlerAbortException.
|
protected |
Definition at line 39 of file TGo4TaskHandlerException.h.
Referenced by TGo4TaskHandlerAbortException::Handle(), and TGo4TaskHandlerException().
|
protected |
Definition at line 35 of file TGo4TaskHandlerException.h.
Referenced by TGo4TaskHandlerAbortException::Handle(), and TGo4TaskHandlerException().
|
protected |
Definition at line 37 of file TGo4TaskHandlerException.h.
Referenced by TGo4TaskHandlerAbortException::Handle(), and TGo4TaskHandlerException().