GSI Object Oriented Online Offline (Go4) GO4-6.4.0
|
start thread associated with runnable. More...
#include <TGo4StartException.h>
Additional Inherited Members | |
![]() | |
TGo4Runnable * | fxRunnable {nullptr} |
Link to the runnable connected with the thread (exception throwing runnable might simply pass its 'this' pointer as argument) | |
TGo4ThreadHandler * | fxThreadHandler {nullptr} |
Link to threadhandler associated with the runnable. | |
TString | fxThreadName |
Name of the TGo4Thread that shall be acted on. | |
![]() | |
TString | fxDescription |
start thread associated with runnable.
Definition at line 27 of file TGo4StartException.h.
|
delete |
References TGo4StartException().
Referenced by TGo4StartException(), TGo4StartException(), and operator=().
TGo4StartException::TGo4StartException | ( | const TGo4StartException & | right | ) |
Definition at line 21 of file TGo4StartException.cxx.
References TGo4StartException(), TGo4ThreadException::TGo4ThreadException(), and GO4TRACE.
TGo4StartException::TGo4StartException | ( | TGo4Runnable * | runnable, |
const char * | threadname = nullptr ) |
Definition at line 27 of file TGo4StartException.cxx.
References TGo4ThreadException::TGo4ThreadException(), TGo4Exception::fxDescription, and GO4TRACE.
|
virtual |
Definition at line 35 of file TGo4StartException.cxx.
References GO4TRACE.
|
overridevirtual |
This is a default handler function for the respective exception type.
Implements TGo4ThreadException.
Definition at line 49 of file TGo4StartException.cxx.
References TGo4ThreadException::fxRunnable, TGo4ThreadException::fxThreadHandler, TGo4ThreadException::GetThreadName(), and GO4TRACE.
TGo4StartException & TGo4StartException::operator= | ( | const TGo4StartException & | right | ) |
Definition at line 41 of file TGo4StartException.cxx.
References TGo4StartException(), GO4TRACE, and TGo4ThreadException::operator=().