GSI Object Oriented Online Offline (Go4)
GO4-5.3.2
|
#include <TGo4RuntimeException.h>
Public Member Functions | |
TGo4RuntimeException () | |
TGo4RuntimeException (const TGo4RuntimeException &right) | |
virtual | ~TGo4RuntimeException () |
TGo4RuntimeException & | operator= (const TGo4RuntimeException &right) |
virtual Int_t | Handle () |
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 |
Definition at line 19 of file TGo4RuntimeException.h.
TGo4RuntimeException::TGo4RuntimeException | ( | ) |
Definition at line 20 of file TGo4RuntimeException.cxx.
References TGo4Exception::fxDescription.
TGo4RuntimeException::TGo4RuntimeException | ( | const TGo4RuntimeException & | right | ) |
Definition at line 29 of file TGo4RuntimeException.cxx.
|
virtual |
Definition at line 25 of file TGo4RuntimeException.cxx.
|
virtual |
This is a default handler function for the respective exception type
Reimplemented from TGo4Exception.
Reimplemented in TGo4UserException, TGo4ReplaceException, TGo4TerminateException, TGo4RestartException, TGo4RemoveException, TGo4ThreadException, TGo4TaskHandlerAbortException, TGo4CancelException, TGo4CreateException, TGo4StartException, TGo4ControlException, TGo4TaskHandlerException, TGo4AnalysisStepException, TGo4DynamicListException, and TGo4EventSourceException.
Definition at line 34 of file TGo4RuntimeException.cxx.
References TGo4Log::Debug(), and TGo4Exception::Handle().
TGo4RuntimeException & TGo4RuntimeException::operator= | ( | const TGo4RuntimeException & | right | ) |
Definition at line 43 of file TGo4RuntimeException.cxx.
References TGo4Exception::operator=().
Referenced by TGo4ControlException::operator=(), TGo4EventSourceException::operator=(), TGo4AnalysisStepException::operator=(), TGo4DynamicListException::operator=(), and TGo4UserException::operator=().