GSI Object Oriented Online Offline (Go4)
GO4-6.3.0
|
#include <TGo4RemoveException.h>
Additional Inherited Members | |
![]() | |
TString | fxThreadName |
TGo4Runnable * | fxRunnable {nullptr} |
TGo4ThreadHandler * | fxThreadHandler {nullptr} |
![]() | |
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.
|
delete |
TGo4RemoveException::TGo4RemoveException | ( | const TGo4RemoveException & | right | ) |
Definition at line 23 of file TGo4RemoveException.cxx.
References GO4TRACE.
TGo4RemoveException::TGo4RemoveException | ( | TGo4Runnable * | runnable, |
const char * | threadname = nullptr |
||
) |
Definition at line 28 of file TGo4RemoveException.cxx.
References TGo4Exception::fxDescription, and GO4TRACE.
|
virtual |
Definition at line 35 of file TGo4RemoveException.cxx.
References GO4TRACE.
|
overridevirtual |
This is a default handler function for the respective exception type.
Implements TGo4ThreadException.
Definition at line 48 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 40 of file TGo4RemoveException.cxx.
References GO4TRACE, and TGo4ThreadException::operator=().