#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 () |
This is a default handler function for the respective exception type. | |
Private Member Functions | |
TGo4RemoveException () |
Definition at line 31 of file TGo4RemoveException.h.
TGo4RemoveException::TGo4RemoveException | ( | const TGo4RemoveException & | right | ) |
Definition at line 24 of file TGo4RemoveException.cxx.
TGo4RemoveException::TGo4RemoveException | ( | TGo4Runnable * | runnable, | |
const char * | threadname = 0 | |||
) |
Definition at line 30 of file TGo4RemoveException.cxx.
TGo4RemoveException::~TGo4RemoveException | ( | ) | [virtual] |
Definition at line 38 of file TGo4RemoveException.cxx.
TGo4RemoveException::TGo4RemoveException | ( | ) | [private] |
TGo4RemoveException & TGo4RemoveException::operator= | ( | const TGo4RemoveException & | right | ) |
Definition at line 44 of file TGo4RemoveException.cxx.
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.