#include <TGo4TerminateException.h>
Inheritance diagram for TGo4TerminateException:
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 |
Go4 project-DVEE-GSI Darmstadt
Germany
Definition at line 33 of file TGo4TerminateException.h.
|
Definition at line 38 of file TGo4TerminateException.cxx. References fxThreadManager, and TRACE. |
|
Definition at line 31 of file TGo4TerminateException.cxx. References TGo4Exception::fxDescription, fxThreadManager, and TRACE. |
|
Definition at line 24 of file TGo4TerminateException.cxx. References TGo4Exception::fxDescription, fxThreadManager, TGo4Runnable::GetThreadManager(), and TRACE. |
|
Definition at line 64 of file TGo4TerminateException.cxx. References TRACE. |
|
|
|
Definition at line 45 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 70 of file TGo4TerminateException.cxx. References TGo4Log::Debug(), fxThreadManager, TGo4ThreadManager::Terminate(), and TRACE. |
|
Definition at line 53 of file TGo4TerminateException.h. Referenced by Handle(), operator=(), and TGo4TerminateException(). |