#include <TGo4TaskHandlerAbortException.h>

Public Member Functions | |
| 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 () |
| This is a default handler function for the respective exception type. | |
Private Member Functions | |
| TGo4TaskHandlerAbortException () | |
Definition at line 22 of file TGo4TaskHandlerAbortException.h.
| 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 30 of file TGo4TaskHandlerAbortException.cxx.
| TGo4TaskHandlerAbortException::TGo4TaskHandlerAbortException | ( | TGo4TaskHandlerRunnable * | run | ) |
ctor to call exception from within a taskhandler runnable; will find out taskhandler from runnable
Definition at line 36 of file TGo4TaskHandlerAbortException.cxx.
| TGo4TaskHandlerAbortException::~TGo4TaskHandlerAbortException | ( | ) | [virtual] |
Definition at line 42 of file TGo4TaskHandlerAbortException.cxx.
| TGo4TaskHandlerAbortException::TGo4TaskHandlerAbortException | ( | ) | [private] |
| Int_t TGo4TaskHandlerAbortException::Handle | ( | ) | [virtual] |
This is a default handler function for the respective exception type.
Implements TGo4TaskHandlerException.
Definition at line 46 of file TGo4TaskHandlerAbortException.cxx.
1.5.6