#include <TGo4Exception.h>
Inheritance diagram for TGo4Exception:
Public Member Functions | |
TGo4Exception () | |
TGo4Exception (const TGo4Exception &right) | |
virtual | ~TGo4Exception () |
TGo4Exception & | operator= (const TGo4Exception &right) |
virtual const char * | What () |
Returns string describing the kind of exception. | |
virtual Int_t | Handle () |
This is a default handler function for the respective exception type. | |
Protected Attributes | |
TString | fxDescription |
|
Definition at line 20 of file TGo4Exception.cxx. References TRACE. |
|
Definition at line 26 of file TGo4Exception.cxx. References fxDescription, and TRACE. |
|
Definition at line 33 of file TGo4Exception.cxx. References TRACE. |
|
Definition at line 39 of file TGo4Exception.cxx. References fxDescription, and TRACE. Referenced by TGo4RuntimeException::operator=(), and TGo4LogicException::operator=(). |
|
Returns string describing the kind of exception.
Definition at line 56 of file TGo4Exception.cxx. References fxDescription, and TRACE. Referenced by Handle(), TGo4EventSourceException::Handle(), TGo4DynamicListException::Handle(), TGo4AnalysisStepException::Handle(), and TGo4Runnable::ThreadCatch(). |
|
This is a default handler function for the respective exception type.
Reimplemented in TGo4AnalysisStepException, TGo4UserException, TGo4DynamicListException, TGo4EventSourceException, TGo4ControlException, TGo4LogicException, TGo4RuntimeException, TGo4TaskHandlerAbortException, TGo4TaskHandlerException, TGo4CancelException, TGo4CreateException, TGo4RemoveException, TGo4ReplaceException, TGo4RestartException, TGo4StartException, TGo4TerminateException, and TGo4ThreadException. Definition at line 62 of file TGo4Exception.cxx. References TGo4Log::Debug(), TRACE, and What(). Referenced by TGo4RuntimeException::Handle(), TGo4LogicException::Handle(), TGo4ControlException::Handle(), and TGo4Runnable::ThreadCatch(). |
|