GSI Object Oriented Online Offline (Go4) GO4-6.4.0
|
Remove exception. More...
#include <TGo4RemoveException.h>
Additional Inherited Members | |
![]() | |
TGo4Runnable * | fxRunnable {nullptr} |
Link to the runnable connected with the thread (exception throwing runnable might simply pass its 'this' pointer as argument) | |
TGo4ThreadHandler * | fxThreadHandler {nullptr} |
Link to threadhandler associated with the runnable. | |
TString | fxThreadName |
Name of the TGo4Thread that shall be acted on. | |
![]() | |
TString | fxDescription |
Remove exception.
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 32 of file TGo4RemoveException.h.
|
delete |
References TGo4RemoveException().
Referenced by TGo4RemoveException(), TGo4RemoveException(), and operator=().
TGo4RemoveException::TGo4RemoveException | ( | const TGo4RemoveException & | right | ) |
Definition at line 23 of file TGo4RemoveException.cxx.
References TGo4RemoveException(), TGo4ThreadException::TGo4ThreadException(), and GO4TRACE.
TGo4RemoveException::TGo4RemoveException | ( | TGo4Runnable * | runnable, |
const char * | threadname = nullptr ) |
Definition at line 28 of file TGo4RemoveException.cxx.
References TGo4ThreadException::TGo4ThreadException(), 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, TGo4ThreadException::GetThreadName(), and GO4TRACE.
TGo4RemoveException & TGo4RemoveException::operator= | ( | const TGo4RemoveException & | right | ) |
Definition at line 40 of file TGo4RemoveException.cxx.
References TGo4RemoveException(), GO4TRACE, and TGo4ThreadException::operator=().