GSI Object Oriented Online Offline (Go4) GO4-6.4.5
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 ()
 TGo4ControlException (const TGo4ControlException &right)
 TGo4ControlException (const TGo4ControlException &right)
virtual ~TGo4ControlException ()
virtual ~TGo4ControlException ()
Int_t Handle () override
 This is a default handler function for the respective exception type.
Int_t Handle () override
 This is a default handler function for the respective exception type.
TGo4ControlExceptionoperator= (const TGo4ControlException &right)
TGo4ControlExceptionoperator= (const TGo4ControlException &right)
Public Member Functions inherited from TGo4RuntimeException
 TGo4RuntimeException ()
 TGo4RuntimeException ()
 TGo4RuntimeException (const TGo4RuntimeException &right)
 TGo4RuntimeException (const TGo4RuntimeException &right)
virtual ~TGo4RuntimeException ()
virtual ~TGo4RuntimeException ()
Int_t Handle () override
 This is a default handler function for the respective exception type.
Int_t Handle () override
 This is a default handler function for the respective exception type.
TGo4RuntimeExceptionoperator= (const TGo4RuntimeException &right)
TGo4RuntimeExceptionoperator= (const TGo4RuntimeException &right)
Public Member Functions inherited from TGo4Exception
 TGo4Exception ()
 TGo4Exception ()
 TGo4Exception (const TGo4Exception &right)
 TGo4Exception (const TGo4Exception &right)
virtual ~TGo4Exception ()
virtual ~TGo4Exception ()
TGo4Exceptionoperator= (const TGo4Exception &right)
TGo4Exceptionoperator= (const TGo4Exception &right)
virtual const char * What ()
 Returns string describing the kind of exception.
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/4]

◆ TGo4ControlException() [2/4]

TGo4ControlException::TGo4ControlException ( const TGo4ControlException & right)

◆ ~TGo4ControlException() [1/2]

TGo4ControlException::~TGo4ControlException ( )
virtual

Definition at line 33 of file TGo4ControlException.cxx.

References GO4TRACE.

◆ TGo4ControlException() [3/4]

TGo4ControlException::TGo4ControlException ( )

◆ TGo4ControlException() [4/4]

TGo4ControlException::TGo4ControlException ( const TGo4ControlException & right)

◆ ~TGo4ControlException() [2/2]

virtual TGo4ControlException::~TGo4ControlException ( )
virtual

Member Function Documentation

◆ Handle() [1/2]

◆ Handle() [2/2]

◆ operator=() [1/2]

◆ operator=() [2/2]

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

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