GSI Object Oriented Online Offline (Go4) GO4-6.4.0
Loading...
Searching...
No Matches
TGo4ControlException Class Reference

Exception Class responsible for runtime control actions: Exception mechanism is used as command pattern here; concrete exceptions act on single threads or the thread manager. More...

#include <TGo4ControlException.h>

+ Inheritance diagram for TGo4ControlException:

Public Member Functions

 TGo4ControlException ()
 
 TGo4ControlException (const TGo4ControlException &right)
 
virtual ~TGo4ControlException ()
 
Int_t Handle () override
 This is a default handler function for the respective exception type.
 
TGo4ControlExceptionoperator= (const TGo4ControlException &right)
 
- Public Member Functions inherited from TGo4RuntimeException
 TGo4RuntimeException ()
 
 TGo4RuntimeException (const TGo4RuntimeException &right)
 
virtual ~TGo4RuntimeException ()
 
Int_t Handle () override
 This is a default handler function for the respective exception type.
 
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 ()
 Returns string describing the kind of exception.
 

Additional Inherited Members

- Protected Attributes inherited from TGo4Exception
TString fxDescription
 

Detailed Description

Exception Class responsible for runtime control actions: Exception mechanism is used as command pattern here; concrete exceptions act on single threads or the thread manager.

Definition at line 23 of file TGo4ControlException.h.

Constructor & Destructor Documentation

◆ TGo4ControlException() [1/2]

◆ TGo4ControlException() [2/2]

TGo4ControlException::TGo4ControlException ( const TGo4ControlException & right)

◆ ~TGo4ControlException()

TGo4ControlException::~TGo4ControlException ( )
virtual

Definition at line 33 of file TGo4ControlException.cxx.

References GO4TRACE.

Member Function Documentation

◆ Handle()

Int_t TGo4ControlException::Handle ( )
overridevirtual

◆ operator=()


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