#include <TGo4TerminateException.h>
Inheritance diagram for TGo4TerminateException:
Public Methods | |
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. More... | |
Private Methods | |
TGo4TerminateException () | |
Private Attributes | |
TGo4ThreadManager * | fxThreadManager |
Definition at line 35 of file TGo4TerminateException.h.
|
Definition at line 38 of file TGo4TerminateException.cxx. References fxThreadManager, and TRACE. |
|
Definition at line 30 of file TGo4TerminateException.cxx. References TGo4Exception::fxDescription, fxThreadManager, and TRACE. |
|
Definition at line 22 of file TGo4TerminateException.cxx. References TGo4Exception::fxDescription, fxThreadManager, TGo4Runnable::GetThreadManager(), and TRACE. |
|
Definition at line 68 of file TGo4TerminateException.cxx. References TRACE. |
|
|
|
Definition at line 47 of file TGo4TerminateException.cxx. References fxThreadManager, TGo4ControlException::operator=(), and TRACE. |
|
This is a default handler function for the respective exception type.
Reimplemented from TGo4ControlException. Definition at line 77 of file TGo4TerminateException.cxx. References TGo4Log::Debug(), fxThreadManager, TGo4ThreadManager::Terminate(), and TRACE. |
|
Definition at line 56 of file TGo4TerminateException.h. Referenced by Handle(), operator=(), and TGo4TerminateException(). |