#include <TGo4ControlException.h>
Public Member Functions | |
TGo4ControlException () | |
TGo4ControlException (const TGo4ControlException &right) | |
virtual | ~TGo4ControlException () |
TGo4ControlException & | operator= (const TGo4ControlException &right) |
virtual Int_t | Handle () |
This is a default handler function for the respective exception type. |
Definition at line 23 of file TGo4ControlException.h.
TGo4ControlException::TGo4ControlException | ( | ) |
Definition at line 20 of file TGo4ControlException.cxx.
TGo4ControlException::TGo4ControlException | ( | const TGo4ControlException & | right | ) |
Definition at line 26 of file TGo4ControlException.cxx.
TGo4ControlException::~TGo4ControlException | ( | ) | [virtual] |
Definition at line 33 of file TGo4ControlException.cxx.
TGo4ControlException & TGo4ControlException::operator= | ( | const TGo4ControlException & | right | ) |
Definition at line 39 of file TGo4ControlException.cxx.
Int_t TGo4ControlException::Handle | ( | ) | [virtual] |
This is a default handler function for the respective exception type.
Reimplemented from TGo4RuntimeException.
Reimplemented in TGo4CancelException, TGo4CreateException, TGo4RemoveException, TGo4ReplaceException, TGo4RestartException, TGo4StartException, TGo4TerminateException, and TGo4ThreadException.
Definition at line 57 of file TGo4ControlException.cxx.