#include <TGo4StartException.h>
Public Member Functions | |
TGo4StartException (const TGo4StartException &right) | |
TGo4StartException (TGo4Runnable *runnable, const char *threadname=0) | |
virtual | ~TGo4StartException () |
TGo4StartException & | operator= (const TGo4StartException &right) |
virtual Int_t | Handle () |
This is a default handler function for the respective exception type. | |
Private Member Functions | |
TGo4StartException () |
Definition at line 27 of file TGo4StartException.h.
TGo4StartException::TGo4StartException | ( | const TGo4StartException & | right | ) |
Definition at line 21 of file TGo4StartException.cxx.
TGo4StartException::TGo4StartException | ( | TGo4Runnable * | runnable, | |
const char * | threadname = 0 | |||
) |
Definition at line 27 of file TGo4StartException.cxx.
TGo4StartException::~TGo4StartException | ( | ) | [virtual] |
Definition at line 35 of file TGo4StartException.cxx.
TGo4StartException::TGo4StartException | ( | ) | [private] |
TGo4StartException & TGo4StartException::operator= | ( | const TGo4StartException & | right | ) |
Definition at line 41 of file TGo4StartException.cxx.
Int_t TGo4StartException::Handle | ( | ) | [virtual] |
This is a default handler function for the respective exception type.
Implements TGo4ThreadException.
Definition at line 59 of file TGo4StartException.cxx.