#include <TGo4ThreadException.h>
Public Member Functions | |
TGo4ThreadException (const TGo4ThreadException &right) | |
TGo4ThreadException (TGo4Runnable *runnable, const char *threadname=0) | |
virtual | ~TGo4ThreadException () |
TGo4ThreadException & | operator= (const TGo4ThreadException &right) |
virtual Int_t | Handle ()=0 |
This is a default handler function for the respective exception type. | |
const char * | GetThreadName () |
Protected Attributes | |
TString | fxThreadName |
Name of the TGo4Thread that shall be acted on. | |
TGo4Runnable * | fxRunnable |
Link to the runnable connected with the thread (exception throwing runnable might simply pass its 'this' pointer as argument). | |
TGo4ThreadHandler * | fxThreadHandler |
Link to threadhandler associated with the runnable. | |
Private Member Functions | |
TGo4ThreadException () |
Definition at line 31 of file TGo4ThreadException.h.
TGo4ThreadException::TGo4ThreadException | ( | const TGo4ThreadException & | right | ) |
Definition at line 21 of file TGo4ThreadException.cxx.
TGo4ThreadException::TGo4ThreadException | ( | TGo4Runnable * | runnable, | |
const char * | threadname = 0 | |||
) |
Definition at line 30 of file TGo4ThreadException.cxx.
TGo4ThreadException::~TGo4ThreadException | ( | ) | [virtual] |
Definition at line 52 of file TGo4ThreadException.cxx.
TGo4ThreadException::TGo4ThreadException | ( | ) | [private] |
TGo4ThreadException & TGo4ThreadException::operator= | ( | const TGo4ThreadException & | right | ) |
Definition at line 58 of file TGo4ThreadException.cxx.
virtual Int_t TGo4ThreadException::Handle | ( | ) | [pure virtual] |
This is a default handler function for the respective exception type.
Reimplemented from TGo4ControlException.
Implemented in TGo4CancelException, TGo4CreateException, TGo4RemoveException, TGo4ReplaceException, TGo4RestartException, and TGo4StartException.
const char * TGo4ThreadException::GetThreadName | ( | ) |
Definition at line 79 of file TGo4ThreadException.cxx.
TString TGo4ThreadException::fxThreadName [protected] |
TGo4Runnable* TGo4ThreadException::fxRunnable [protected] |
Link to the runnable connected with the thread (exception throwing runnable might simply pass its 'this' pointer as argument).
Definition at line 52 of file TGo4ThreadException.h.
TGo4ThreadHandler* TGo4ThreadException::fxThreadHandler [protected] |
Link to threadhandler associated with the runnable.
Definition at line 55 of file TGo4ThreadException.h.