#include <TGo4Exception.h>
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.h.
TGo4Exception::TGo4Exception | ( | ) |
Definition at line 18 of file TGo4Exception.cxx.
TGo4Exception::TGo4Exception | ( | const TGo4Exception & | right | ) |
Definition at line 24 of file TGo4Exception.cxx.
TGo4Exception::~TGo4Exception | ( | ) | [virtual] |
Definition at line 31 of file TGo4Exception.cxx.
TGo4Exception & TGo4Exception::operator= | ( | const TGo4Exception & | right | ) |
Definition at line 37 of file TGo4Exception.cxx.
const char * TGo4Exception::What | ( | ) | [virtual] |
Int_t TGo4Exception::Handle | ( | ) | [virtual] |
This is a default handler function for the respective exception type.
Reimplemented in TGo4ControlException, TGo4LogicException, TGo4RuntimeException, TGo4TaskHandlerAbortException, TGo4TaskHandlerException, TGo4CancelException, TGo4CreateException, TGo4RemoveException, TGo4ReplaceException, TGo4RestartException, TGo4StartException, TGo4TerminateException, and TGo4ThreadException.
Definition at line 60 of file TGo4Exception.cxx.
TString TGo4Exception::fxDescription [protected] |
Definition at line 38 of file TGo4Exception.h.