| 
    GSI Object Oriented Online Offline (Go4) GO4-6.4.0
    
   | 
 
Create a thread associated with the runnable. More...
#include <TGo4CreateException.h>
 Inheritance diagram for TGo4CreateException:Additional Inherited Members | |
  Protected Attributes inherited from TGo4ThreadException | |
| TGo4Runnable * | fxRunnable {nullptr} | 
| Link to the runnable connected with the thread (exception throwing runnable might simply pass its 'this' pointer as argument)   | |
| TGo4ThreadHandler * | fxThreadHandler {nullptr} | 
| Link to threadhandler associated with the runnable.   | |
| TString | fxThreadName | 
| Name of the TGo4Thread that shall be acted on.   | |
  Protected Attributes inherited from TGo4Exception | |
| TString | fxDescription | 
Create a thread associated with the runnable.
Definition at line 26 of file TGo4CreateException.h.
      
  | 
  delete | 
References TGo4CreateException().
Referenced by TGo4CreateException(), TGo4CreateException(), and operator=().
| TGo4CreateException::TGo4CreateException | ( | const TGo4CreateException & | right | ) | 
Definition at line 23 of file TGo4CreateException.cxx.
References TGo4CreateException(), TGo4ThreadException::TGo4ThreadException(), and GO4TRACE.
| TGo4CreateException::TGo4CreateException | ( | TGo4Runnable * | runnable, | 
| const char * | threadname = nullptr ) | 
Definition at line 29 of file TGo4CreateException.cxx.
References TGo4ThreadException::TGo4ThreadException(), TGo4Exception::fxDescription, and GO4TRACE.
      
  | 
  virtual | 
Definition at line 37 of file TGo4CreateException.cxx.
References GO4TRACE.
      
  | 
  overridevirtual | 
This is a default handler function for the respective exception type.
Implements TGo4ThreadException.
Definition at line 51 of file TGo4CreateException.cxx.
References TGo4ThreadException::fxRunnable, TGo4ThreadException::fxThreadHandler, TGo4ThreadException::GetThreadName(), and GO4TRACE.
| TGo4CreateException & TGo4CreateException::operator= | ( | const TGo4CreateException & | right | ) | 
Definition at line 43 of file TGo4CreateException.cxx.
References TGo4CreateException(), GO4TRACE, and TGo4ThreadException::operator=().