#include <TGo4CreateException.h>
Public Member Functions | |
TGo4CreateException (const TGo4CreateException &right) | |
TGo4CreateException (TGo4Runnable *runnable, const char *threadname=0) | |
virtual | ~TGo4CreateException () |
TGo4CreateException & | operator= (const TGo4CreateException &right) |
virtual Int_t | Handle () |
Private Member Functions | |
TGo4CreateException () |
Create a thread associated with the runnable.
Definition at line 25 of file TGo4CreateException.h.
TGo4CreateException::TGo4CreateException | ( | const TGo4CreateException & | right | ) |
Definition at line 23 of file TGo4CreateException.cxx.
References GO4TRACE.
TGo4CreateException::TGo4CreateException | ( | TGo4Runnable * | runnable, | |
const char * | threadname = 0 | |||
) |
Definition at line 29 of file TGo4CreateException.cxx.
References TGo4Exception::fxDescription, and GO4TRACE.
TGo4CreateException::~TGo4CreateException | ( | ) | [virtual] |
Definition at line 37 of file TGo4CreateException.cxx.
References GO4TRACE.
TGo4CreateException::TGo4CreateException | ( | ) | [private] |
Int_t TGo4CreateException::Handle | ( | ) | [virtual] |
This is a default handler function for the respective exception type.
Implements TGo4ThreadException.
Definition at line 61 of file TGo4CreateException.cxx.
References TGo4ThreadHandler::Create(), TGo4Thread::Create(), TGo4ThreadException::fxRunnable, TGo4ThreadException::fxThreadHandler, TGo4Runnable::GetThread(), TGo4ThreadException::GetThreadName(), and GO4TRACE.
TGo4CreateException & TGo4CreateException::operator= | ( | const TGo4CreateException & | right | ) |
Definition at line 43 of file TGo4CreateException.cxx.
References GO4TRACE.