#include <TGo4RemoveException.h>
Public Member Functions | |
TGo4RemoveException (const TGo4RemoveException &right) | |
TGo4RemoveException (TGo4Runnable *runnable, const char *threadname=0) | |
virtual | ~TGo4RemoveException () |
TGo4RemoveException & | operator= (const TGo4RemoveException &right) |
virtual Int_t | Handle () |
Private Member Functions | |
TGo4RemoveException () |
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.
TGo4RemoveException::~TGo4RemoveException | ( | ) | [virtual] |
Definition at line 38 of file TGo4RemoveException.cxx.
References GO4TRACE.
TGo4RemoveException::TGo4RemoveException | ( | ) | [private] |
Int_t TGo4RemoveException::Handle | ( | ) | [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.