#include <TGo4TerminateException.h>
Public Member Functions | |
TGo4TerminateException (const TGo4TerminateException &right) | |
TGo4TerminateException (TGo4ThreadManager *man) | |
TGo4TerminateException (TGo4Runnable *runnable) | |
virtual | ~TGo4TerminateException () |
TGo4TerminateException & | operator= (const TGo4TerminateException &right) |
virtual Int_t | Handle () |
This is a default handler function for the respective exception type. | |
Private Member Functions | |
TGo4TerminateException () | |
Private Attributes | |
TGo4ThreadManager * | fxThreadManager |
Definition at line 31 of file TGo4TerminateException.h.
TGo4TerminateException::TGo4TerminateException | ( | const TGo4TerminateException & | right | ) |
Definition at line 36 of file TGo4TerminateException.cxx.
TGo4TerminateException::TGo4TerminateException | ( | TGo4ThreadManager * | man | ) |
Definition at line 29 of file TGo4TerminateException.cxx.
TGo4TerminateException::TGo4TerminateException | ( | TGo4Runnable * | runnable | ) |
Definition at line 22 of file TGo4TerminateException.cxx.
TGo4TerminateException::~TGo4TerminateException | ( | ) | [virtual] |
Definition at line 62 of file TGo4TerminateException.cxx.
TGo4TerminateException::TGo4TerminateException | ( | ) | [private] |
TGo4TerminateException & TGo4TerminateException::operator= | ( | const TGo4TerminateException & | right | ) |
Definition at line 43 of file TGo4TerminateException.cxx.
Int_t TGo4TerminateException::Handle | ( | ) | [virtual] |
This is a default handler function for the respective exception type.
Reimplemented from TGo4ControlException.
Definition at line 68 of file TGo4TerminateException.cxx.
Definition at line 51 of file TGo4TerminateException.h.