GSI Object Oriented Online Offline (Go4)
GO4-5.3.2
|
#include <TGo4RemoveException.h>
Private Member Functions | |
TGo4RemoveException () | |
Additional Inherited Members | |
Protected Attributes inherited from TGo4ThreadException | |
TString | fxThreadName |
TGo4Runnable * | fxRunnable |
TGo4ThreadHandler * | fxThreadHandler |
Protected Attributes inherited from TGo4Exception | |
TString | fxDescription |
Exception with default handler which removes TGo4Thread of given name from the threadhandlerlist of given TGo4Runnable (usually the exception throwing runnable) and deletes it; if no threadname is specified, the respective thread of the runnable is removed
Definition at line 30 of file TGo4RemoveException.h.
TGo4RemoveException::TGo4RemoveException | ( | const TGo4RemoveException & | right | ) |
Definition at line 24 of file TGo4RemoveException.cxx.
References GO4TRACE.
TGo4RemoveException::TGo4RemoveException | ( | TGo4Runnable * | runnable, |
const char * | threadname = 0 |
||
) |
Definition at line 30 of file TGo4RemoveException.cxx.
References TGo4Exception::fxDescription, and GO4TRACE.
|
virtual |
Definition at line 38 of file TGo4RemoveException.cxx.
References GO4TRACE.
|
private |
|
virtual |
This is a default handler function for the respective exception type.
Implements TGo4ThreadException.
Definition at line 62 of file TGo4RemoveException.cxx.
References TGo4ThreadException::fxRunnable, TGo4ThreadException::fxThreadHandler, TGo4Runnable::GetThread(), TGo4ThreadException::GetThreadName(), GO4TRACE, and TGo4ThreadHandler::RemoveThread().
TGo4RemoveException & TGo4RemoveException::operator= | ( | const TGo4RemoveException & | right | ) |
Definition at line 44 of file TGo4RemoveException.cxx.
References GO4TRACE, and TGo4ThreadException::operator=().