GSI Object Oriented Online Offline (Go4)
GO4-5.3.2
|
#include <TGo4ControlException.h>
Public Member Functions | |
TGo4ControlException () | |
TGo4ControlException (const TGo4ControlException &right) | |
virtual | ~TGo4ControlException () |
TGo4ControlException & | operator= (const TGo4ControlException &right) |
virtual Int_t | Handle () |
Public Member Functions inherited from TGo4RuntimeException | |
TGo4RuntimeException () | |
TGo4RuntimeException (const TGo4RuntimeException &right) | |
virtual | ~TGo4RuntimeException () |
TGo4RuntimeException & | operator= (const TGo4RuntimeException &right) |
Public Member Functions inherited from TGo4Exception | |
TGo4Exception () | |
TGo4Exception (const TGo4Exception &right) | |
virtual | ~TGo4Exception () |
TGo4Exception & | operator= (const TGo4Exception &right) |
virtual const char * | What () |
Additional Inherited Members | |
Protected Attributes inherited from TGo4Exception | |
TString | fxDescription |
Exception Class responsible for runtime control actions: Exception mechanism is used as command pattern here; concrete exceptions act on single threads or the thread manager
Definition at line 23 of file TGo4ControlException.h.
TGo4ControlException::TGo4ControlException | ( | ) |
Definition at line 20 of file TGo4ControlException.cxx.
References TGo4Exception::fxDescription, and GO4TRACE.
TGo4ControlException::TGo4ControlException | ( | const TGo4ControlException & | right | ) |
Definition at line 26 of file TGo4ControlException.cxx.
References GO4TRACE.
|
virtual |
Definition at line 33 of file TGo4ControlException.cxx.
References GO4TRACE.
|
virtual |
This is a default handler function for the respective exception type
Reimplemented from TGo4RuntimeException.
Reimplemented in TGo4ReplaceException, TGo4TerminateException, TGo4RestartException, TGo4RemoveException, TGo4ThreadException, TGo4TaskHandlerAbortException, TGo4CancelException, TGo4CreateException, TGo4StartException, and TGo4TaskHandlerException.
Definition at line 57 of file TGo4ControlException.cxx.
References TGo4Log::Debug(), GO4TRACE, and TGo4Exception::Handle().
TGo4ControlException & TGo4ControlException::operator= | ( | const TGo4ControlException & | right | ) |
Definition at line 39 of file TGo4ControlException.cxx.
References GO4TRACE, and TGo4RuntimeException::operator=().
Referenced by TGo4ThreadException::operator=(), and TGo4TerminateException::operator=().