GSI Object Oriented Online Offline (Go4)
GO4-5.3.2
|
#include <TGo4CancelException.h>
Private Member Functions | |
TGo4CancelException () | |
Additional Inherited Members | |
Protected Attributes inherited from TGo4ThreadException | |
TString | fxThreadName |
TGo4Runnable * | fxRunnable |
TGo4ThreadHandler * | fxThreadHandler |
Protected Attributes inherited from TGo4Exception | |
TString | fxDescription |
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.
|
virtual |
Definition at line 37 of file TGo4CancelException.cxx.
References GO4TRACE.
|
private |
|
virtual |
This is a default handler function for the respective exception type.
Implements TGo4ThreadException.
Definition at line 61 of file TGo4CancelException.cxx.
References TGo4Thread::Cancel(), TGo4ThreadHandler::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, and TGo4ThreadException::operator=().