GSI Object Oriented Online Offline (Go4)
GO4-5.3.2
|
#include <TGo4CreateException.h>
Private Member Functions | |
TGo4CreateException () | |
Additional Inherited Members | |
Protected Attributes inherited from TGo4ThreadException | |
TString | fxThreadName |
TGo4Runnable * | fxRunnable |
TGo4ThreadHandler * | fxThreadHandler |
Protected Attributes inherited from TGo4Exception | |
TString | fxDescription |
Create a thread associated with the runnable.
Definition at line 25 of file TGo4CreateException.h.
TGo4CreateException::TGo4CreateException | ( | const TGo4CreateException & | right | ) |
Definition at line 23 of file TGo4CreateException.cxx.
References GO4TRACE.
TGo4CreateException::TGo4CreateException | ( | TGo4Runnable * | runnable, |
const char * | threadname = 0 |
||
) |
Definition at line 29 of file TGo4CreateException.cxx.
References TGo4Exception::fxDescription, and GO4TRACE.
|
virtual |
Definition at line 37 of file TGo4CreateException.cxx.
References GO4TRACE.
|
private |
|
virtual |
This is a default handler function for the respective exception type.
Implements TGo4ThreadException.
Definition at line 61 of file TGo4CreateException.cxx.
References TGo4Thread::Create(), TGo4ThreadHandler::Create(), TGo4ThreadException::fxRunnable, TGo4ThreadException::fxThreadHandler, TGo4Runnable::GetThread(), TGo4ThreadException::GetThreadName(), and GO4TRACE.
TGo4CreateException & TGo4CreateException::operator= | ( | const TGo4CreateException & | right | ) |
Definition at line 43 of file TGo4CreateException.cxx.
References GO4TRACE, and TGo4ThreadException::operator=().