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