26 GO4TRACE((14,
"TGo4CreateException::TGo4CreateException(const TGo4CreateException &)",__LINE__, __FILE__));
32 GO4TRACE((14,
"TGo4CreateException::TGo4CreateException(TGo4Runnable *, const char *)",__LINE__, __FILE__));
39 GO4TRACE((14,
"TGo4CreateException::~TGo4CreateException()",__LINE__, __FILE__));
45 GO4TRACE((14,
"TGo4CreateException::operator=", __LINE__, __FILE__));
53 GO4TRACE((14,
"TGo4CreateException::Handle()",__LINE__, __FILE__));
54 std::cout <<
"\t This is the TGo4CreateException::Handler"<<std::endl;
58 GO4TRACE((13,
"TGo4CreateException::Handle() -- creating thread of runnable", __LINE__, __FILE__));
62 GO4TRACE((13,
"TGo4CreateException::Handle() -- creating thread by name", __LINE__, __FILE__));
TGo4CreateException & operator=(const TGo4CreateException &right)
TGo4CreateException()=delete
Int_t Handle() override
This is a default handler function for the respective exception type.
virtual ~TGo4CreateException()
Base class for all go4 runnables.
TGo4ThreadException()=delete
TGo4Runnable * fxRunnable
Link to the runnable connected with the thread (exception throwing runnable might simply pass its 'th...
const char * GetThreadName() const
TGo4ThreadException & operator=(const TGo4ThreadException &right)
TGo4ThreadHandler * fxThreadHandler
Link to threadhandler associated with the runnable.