GSI Object Oriented Online Offline (Go4)  GO4-6.3.0
Public Member Functions | List of all members
TGo4CancelException Class Reference

#include <TGo4CancelException.h>

+ Inheritance diagram for TGo4CancelException:

Public Member Functions

 TGo4CancelException ()=delete
 
 TGo4CancelException (const TGo4CancelException &right)
 
 TGo4CancelException (TGo4Runnable *runnable, const char *threadname=nullptr)
 
virtual ~TGo4CancelException ()
 
TGo4CancelExceptionoperator= (const TGo4CancelException &right)
 
Int_t Handle () override
 
- Public Member Functions inherited from TGo4ThreadException
 TGo4ThreadException ()=delete
 
 TGo4ThreadException (const TGo4ThreadException &right)
 
 TGo4ThreadException (TGo4Runnable *runnable, const char *threadname=nullptr)
 
virtual ~TGo4ThreadException ()
 
TGo4ThreadExceptionoperator= (const TGo4ThreadException &right)
 
const char * GetThreadName () const
 
- Public Member Functions inherited from TGo4ControlException
 TGo4ControlException ()
 
 TGo4ControlException (const TGo4ControlException &right)
 
virtual ~TGo4ControlException ()
 
TGo4ControlExceptionoperator= (const TGo4ControlException &right)
 
- Public Member Functions inherited from TGo4RuntimeException
 TGo4RuntimeException ()
 
 TGo4RuntimeException (const TGo4RuntimeException &right)
 
virtual ~TGo4RuntimeException ()
 
TGo4RuntimeExceptionoperator= (const TGo4RuntimeException &right)
 
- Public Member Functions inherited from TGo4Exception
 TGo4Exception ()
 
 TGo4Exception (const TGo4Exception &right)
 
virtual ~TGo4Exception ()
 
TGo4Exceptionoperator= (const TGo4Exception &right)
 
virtual const char * What ()
 

Additional Inherited Members

- Protected Attributes inherited from TGo4ThreadException
TString fxThreadName
 
TGo4RunnablefxRunnable {nullptr}
 
TGo4ThreadHandlerfxThreadHandler {nullptr}
 
- Protected Attributes inherited from TGo4Exception
TString fxDescription
 

Detailed Description

Cancel thread associated with runnable or with threadname.

Author
J. Adamczewski
Go4 project-DVEE-GSI Darmstadt
Germany
Version
0.9
Since
jul 2000-oct 2001

Definition at line 26 of file TGo4CancelException.h.

Constructor & Destructor Documentation

◆ TGo4CancelException() [1/3]

TGo4CancelException::TGo4CancelException ( )
delete

◆ TGo4CancelException() [2/3]

TGo4CancelException::TGo4CancelException ( const TGo4CancelException right)

Definition at line 23 of file TGo4CancelException.cxx.

References GO4TRACE.

◆ TGo4CancelException() [3/3]

TGo4CancelException::TGo4CancelException ( TGo4Runnable runnable,
const char *  threadname = nullptr 
)

Definition at line 29 of file TGo4CancelException.cxx.

References TGo4Exception::fxDescription, and GO4TRACE.

◆ ~TGo4CancelException()

TGo4CancelException::~TGo4CancelException ( )
virtual

Definition at line 37 of file TGo4CancelException.cxx.

References GO4TRACE.

Member Function Documentation

◆ Handle()

Int_t TGo4CancelException::Handle ( )
overridevirtual

◆ operator=()

TGo4CancelException & TGo4CancelException::operator= ( const TGo4CancelException right)

Definition at line 43 of file TGo4CancelException.cxx.

References GO4TRACE, and TGo4ThreadException::operator=().


The documentation for this class was generated from the following files: