#include <TGo4RestartException.h>
Inheritance diagram for TGo4RestartException:
Public Methods | |
TGo4RestartException (const TGo4RestartException &right) | |
TGo4RestartException (TGo4Runnable *runnable, const Text_t *threadname=0) | |
Restart thread associated with runnable or with threadname. More... | |
virtual | ~TGo4RestartException () |
TGo4RestartException & | operator= (const TGo4RestartException &right) |
virtual Int_t | Handle () |
This is a default handler function for the respective exception type. More... | |
Private Methods | |
TGo4RestartException () |
Similar to TGo4ReplaceException, but uses Recreate method of taskhandler.
Definition at line 31 of file TGo4RestartException.h.
|
Definition at line 21 of file TGo4RestartException.cxx. References TRACE. |
|
Restart thread associated with runnable or with threadname. Old thread will be canceled and created again. Definition at line 27 of file TGo4RestartException.cxx. References TGo4Exception::fxDescription, and TRACE. |
|
Definition at line 35 of file TGo4RestartException.cxx. References TRACE. |
|
|
|
Definition at line 41 of file TGo4RestartException.cxx. References TGo4ThreadException::operator=(), and TRACE. |
|
This is a default handler function for the respective exception type.
Implements TGo4ThreadException. Definition at line 59 of file TGo4RestartException.cxx. References TGo4ThreadException::fxRunnable, TGo4ThreadException::fxThreadHandler, TGo4Runnable::GetThread(), TGo4ThreadException::GetThreadName(), TGo4ThreadHandler::ReCreate(), TGo4Thread::ReCreate(), and TRACE. |