14#ifndef TGo4ThreadException_h
15#define TGo4ThreadException_h
Base class for all go4 runnables.
TGo4ThreadException()=delete
virtual ~TGo4ThreadException()
TGo4Runnable * fxRunnable
Link to the runnable connected with the thread (exception throwing runnable might simply pass its 'th...
TString fxThreadName
Name of the TGo4Thread that shall be acted on.
const char * GetThreadName() const
TGo4ThreadException & operator=(const TGo4ThreadException &right)
TGo4ThreadHandler * fxThreadHandler
Link to threadhandler associated with the runnable.
Int_t Handle() override=0
This is a default handler function for the respective exception type.