#include <TGo4TaskHandlerException.h>
Public Member Functions | |
TGo4TaskHandlerException (TGo4TaskHandler *taskhandler) | |
TGo4TaskHandlerException (TGo4TaskHandlerRunnable *run) | |
virtual | ~TGo4TaskHandlerException () |
virtual Int_t | Handle ()=0 |
Protected Attributes | |
TGo4TaskHandler * | fxTaskHandler |
TGo4ThreadManager * | fxThreadManager |
TGo4TaskHandlerRunnable * | fxCaller |
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().
TGo4TaskHandlerException::~TGo4TaskHandlerException | ( | ) | [virtual] |
Definition at line 62 of file TGo4TaskHandlerException.cxx.
TGo4TaskHandlerException::TGo4TaskHandlerException | ( | ) | [private] |
virtual Int_t TGo4TaskHandlerException::Handle | ( | ) | [pure virtual] |
This is a default handler function for the respective exception type
Reimplemented from TGo4ControlException.
Implemented in TGo4TaskHandlerAbortException.
Definition at line 39 of file TGo4TaskHandlerException.h.
Referenced by TGo4TaskHandlerAbortException::Handle(), and TGo4TaskHandlerException().
TGo4TaskHandler* TGo4TaskHandlerException::fxTaskHandler [protected] |
Definition at line 35 of file TGo4TaskHandlerException.h.
Referenced by TGo4TaskHandlerAbortException::Handle(), and TGo4TaskHandlerException().
Definition at line 37 of file TGo4TaskHandlerException.h.
Referenced by TGo4TaskHandlerAbortException::Handle(), and TGo4TaskHandlerException().