#include <TGo4TaskHandlerException.h>
Inheritance diagram for TGo4TaskHandlerException:
Public Methods | |
TGo4TaskHandlerException (TGo4TaskHandler *taskhandler) | |
TGo4TaskHandlerException (TGo4TaskHandlerRunnable *run) | |
virtual | ~TGo4TaskHandlerException () |
virtual Int_t | Handle ()=0 |
This is a default handler function for the respective exception type. More... | |
Protected Attributes | |
TGo4TaskHandler * | fxTaskHandler |
TGo4ThreadManager * | fxThreadManager |
TGo4TaskHandlerRunnable * | fxCaller |
Private Methods | |
TGo4TaskHandlerException () |
|
Definition at line 22 of file TGo4TaskHandlerException.cxx. References fxCaller, TGo4Exception::fxDescription, fxTaskHandler, fxThreadManager, and TGo4TaskHandler::GetThreadManager(). |
|
Definition at line 39 of file TGo4TaskHandlerException.cxx. References fxCaller, TGo4Exception::fxDescription, fxTaskHandler, fxThreadManager, TGo4TaskHandlerRunnable::GetTaskHandler(), and TGo4TaskHandler::GetThreadManager(). |
|
Definition at line 70 of file TGo4TaskHandlerException.cxx. |
|
|
|
This is a default handler function for the respective exception type.
Reimplemented from TGo4ControlException. Implemented in TGo4TaskHandlerAbortException. |
|
Definition at line 37 of file TGo4TaskHandlerException.h. Referenced by TGo4TaskHandlerAbortException::Handle(), and TGo4TaskHandlerException(). |
|
Definition at line 39 of file TGo4TaskHandlerException.h. Referenced by TGo4TaskHandlerAbortException::Handle(), and TGo4TaskHandlerException(). |
|
Definition at line 41 of file TGo4TaskHandlerException.h. Referenced by TGo4TaskHandlerAbortException::Handle(), and TGo4TaskHandlerException(). |