GSI Object Oriented Online Offline (Go4)
GO4-5.3.2
|
#include <TGo4ThreadException.h>
Protected Attributes | |
TString | fxThreadName |
TGo4Runnable * | fxRunnable |
TGo4ThreadHandler * | fxThreadHandler |
Protected Attributes inherited from TGo4Exception | |
TString | fxDescription |
Private Member Functions | |
TGo4ThreadException () | |
Exception base class for all exceptions acting on a thread.
Definition at line 30 of file TGo4ThreadException.h.
TGo4ThreadException::TGo4ThreadException | ( | const TGo4ThreadException & | right | ) |
Definition at line 21 of file TGo4ThreadException.cxx.
References fxRunnable, fxThreadHandler, fxThreadName, and GO4TRACE.
TGo4ThreadException::TGo4ThreadException | ( | TGo4Runnable * | runnable, |
const char * | threadname = 0 |
||
) |
Definition at line 30 of file TGo4ThreadException.cxx.
References fxRunnable, fxThreadHandler, fxThreadName, TGo4Runnable::GetThreadManager(), TGo4ThreadManager::GetWorkHandler(), and GO4TRACE.
|
virtual |
Definition at line 52 of file TGo4ThreadException.cxx.
References GO4TRACE.
|
private |
const char * TGo4ThreadException::GetThreadName | ( | ) |
Definition at line 79 of file TGo4ThreadException.cxx.
References fxThreadName, and GO4TRACE.
Referenced by TGo4StartException::Handle(), TGo4CreateException::Handle(), TGo4CancelException::Handle(), TGo4RemoveException::Handle(), TGo4RestartException::Handle(), and TGo4ReplaceException::Handle().
|
pure virtual |
This is a default handler function for the respective exception type.
Reimplemented from TGo4ControlException.
Implemented in TGo4ReplaceException, TGo4RestartException, TGo4RemoveException, TGo4CancelException, TGo4CreateException, and TGo4StartException.
TGo4ThreadException & TGo4ThreadException::operator= | ( | const TGo4ThreadException & | right | ) |
Definition at line 58 of file TGo4ThreadException.cxx.
References fxRunnable, fxThreadHandler, fxThreadName, GO4TRACE, and TGo4ControlException::operator=().
Referenced by TGo4CreateException::operator=(), TGo4CancelException::operator=(), TGo4StartException::operator=(), TGo4RemoveException::operator=(), TGo4RestartException::operator=(), and TGo4ReplaceException::operator=().
|
protected |
Link to the runnable connected with the thread (exception throwing runnable might simply pass its 'this' pointer as argument)
Definition at line 51 of file TGo4ThreadException.h.
Referenced by TGo4StartException::Handle(), TGo4CreateException::Handle(), TGo4CancelException::Handle(), TGo4RemoveException::Handle(), TGo4RestartException::Handle(), TGo4ReplaceException::Handle(), operator=(), and TGo4ThreadException().
|
protected |
Link to threadhandler associated with the runnable
Definition at line 54 of file TGo4ThreadException.h.
Referenced by TGo4StartException::Handle(), TGo4CreateException::Handle(), TGo4CancelException::Handle(), TGo4RemoveException::Handle(), TGo4RestartException::Handle(), TGo4ReplaceException::Handle(), operator=(), and TGo4ThreadException().
|
protected |
Name of the TGo4Thread that shall be acted on
Definition at line 47 of file TGo4ThreadException.h.
Referenced by GetThreadName(), operator=(), and TGo4ThreadException().