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