#include <TGo4Exception.h>
Inheritance diagram for TGo4Exception:
Public Methods | |
TGo4Exception () | |
TGo4Exception (const TGo4Exception &right) | |
virtual | ~TGo4Exception () |
TGo4Exception & | operator= (const TGo4Exception &right) |
virtual const Text_t * | What () |
returns string describing the kind of exception *. More... | |
virtual Int_t | Handle () |
This is a default handler function for the respective exception type *. More... | |
Protected Attributes | |
TString | fxDescription |
|
Definition at line 19 of file TGo4Exception.cxx. References TRACE. |
|
Definition at line 25 of file TGo4Exception.cxx. References fxDescription, and TRACE. |
|
Definition at line 32 of file TGo4Exception.cxx. References TRACE. |
|
Definition at line 38 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 55 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 61 of file TGo4Exception.cxx. References TGo4Log::Debug(), TRACE, and What(). Referenced by TGo4RuntimeException::Handle(), TGo4LogicException::Handle(), TGo4ControlException::Handle(), and TGo4Runnable::ThreadCatch(). |
|