GSI Object Oriented Online Offline (Go4)
GO4-5.3.2
|
#include <TGo4StartException.h>
Private Member Functions | |
TGo4StartException () | |
Additional Inherited Members | |
Protected Attributes inherited from TGo4ThreadException | |
TString | fxThreadName |
TGo4Runnable * | fxRunnable |
TGo4ThreadHandler * | fxThreadHandler |
Protected Attributes inherited from TGo4Exception | |
TString | fxDescription |
start thread associated with runnable.
Definition at line 26 of file TGo4StartException.h.
TGo4StartException::TGo4StartException | ( | const TGo4StartException & | right | ) |
Definition at line 21 of file TGo4StartException.cxx.
References GO4TRACE.
TGo4StartException::TGo4StartException | ( | TGo4Runnable * | runnable, |
const char * | threadname = 0 |
||
) |
Definition at line 27 of file TGo4StartException.cxx.
References TGo4Exception::fxDescription, and GO4TRACE.
|
virtual |
Definition at line 35 of file TGo4StartException.cxx.
References GO4TRACE.
|
private |
|
virtual |
This is a default handler function for the respective exception type.
Implements TGo4ThreadException.
Definition at line 59 of file TGo4StartException.cxx.
References TGo4ThreadException::fxRunnable, TGo4ThreadException::fxThreadHandler, TGo4Runnable::GetThread(), TGo4ThreadException::GetThreadName(), GO4TRACE, TGo4Thread::Start(), and TGo4ThreadHandler::Start().
TGo4StartException & TGo4StartException::operator= | ( | const TGo4StartException & | right | ) |
Definition at line 41 of file TGo4StartException.cxx.
References GO4TRACE, and TGo4ThreadException::operator=().