#include <TGo4StartException.h>
Public Member Functions | |
| TGo4StartException (const TGo4StartException &right) | |
| TGo4StartException (TGo4Runnable *runnable, const char *threadname=0) | |
| virtual | ~TGo4StartException () |
| TGo4StartException & | operator= (const TGo4StartException &right) |
| virtual Int_t | Handle () |
Private Member Functions | |
| TGo4StartException () | |
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.
| TGo4StartException::~TGo4StartException | ( | ) | [virtual] |
Definition at line 35 of file TGo4StartException.cxx.
References GO4TRACE.
| TGo4StartException::TGo4StartException | ( | ) | [private] |
| Int_t TGo4StartException::Handle | ( | ) | [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, TGo4ThreadHandler::Start(), and TGo4Thread::Start().
| TGo4StartException & TGo4StartException::operator= | ( | const TGo4StartException & | right | ) |
Definition at line 41 of file TGo4StartException.cxx.
References GO4TRACE.
1.7.1