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

#include <TGo4AnalysisStepException.h>

Inheritance diagram for TGo4AnalysisStepException:

Public Member Functions

 TGo4AnalysisStepException (const TGo4AnalysisStepException &right)
 TGo4AnalysisStepException (const TGo4AnalysisStepException &right)
 TGo4AnalysisStepException (TGo4AnalysisStep *step)
 TGo4AnalysisStepException (TGo4AnalysisStep *step)
virtual ~TGo4AnalysisStepException ()
virtual ~TGo4AnalysisStepException ()
Int_t GetProcessStatus () const
 Status of the last event.
Int_t GetProcessStatus () const
 Status of the last event.
const char * GetStatusMessage () const
 Status message of last Process() call.
const char * GetStatusMessage () const
 Status message of last Process() call.
const char * GetStepName () const
 Name of the throwing analysis step.
const char * GetStepName () const
 Name of the throwing analysis step.
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.
TGo4AnalysisStepExceptionoperator= (const TGo4AnalysisStepException &right)
TGo4AnalysisStepExceptionoperator= (const TGo4AnalysisStepException &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.

Protected Attributes

Int_t fiProcessStatus {0}
 Contains current analysis step status value.
TString fxStatusMessage
TGo4AnalysisStepfxStep {nullptr}
 1
TString fxStepName
Protected Attributes inherited from TGo4Exception
TString fxDescription

Detailed Description

Definition at line 22 of file TGo4AnalysisStepException.h.

Constructor & Destructor Documentation

◆ TGo4AnalysisStepException() [1/4]

TGo4AnalysisStepException::TGo4AnalysisStepException ( TGo4AnalysisStep * step)

◆ ~TGo4AnalysisStepException() [1/2]

TGo4AnalysisStepException::~TGo4AnalysisStepException ( )
virtual

Definition at line 31 of file TGo4AnalysisStepException.cxx.

References GO4TRACE.

◆ TGo4AnalysisStepException() [2/4]

TGo4AnalysisStepException::TGo4AnalysisStepException ( const TGo4AnalysisStepException & right)

◆ TGo4AnalysisStepException() [3/4]

TGo4AnalysisStepException::TGo4AnalysisStepException ( TGo4AnalysisStep * step)

◆ ~TGo4AnalysisStepException() [2/2]

virtual TGo4AnalysisStepException::~TGo4AnalysisStepException ( )
virtual

◆ TGo4AnalysisStepException() [4/4]

TGo4AnalysisStepException::TGo4AnalysisStepException ( const TGo4AnalysisStepException & right)

Member Function Documentation

◆ GetProcessStatus() [1/2]

Int_t TGo4AnalysisStepException::GetProcessStatus ( ) const
inline

Status of the last event.

Definition at line 37 of file TGo4AnalysisStepException.h.

References fiProcessStatus.

Referenced by Handle().

◆ GetProcessStatus() [2/2]

Int_t TGo4AnalysisStepException::GetProcessStatus ( ) const
inline

Status of the last event.

Definition at line 37 of file TGo4AnalysisStepException.h.

References fiProcessStatus.

◆ GetStatusMessage() [1/2]

const char * TGo4AnalysisStepException::GetStatusMessage ( ) const
inline

Status message of last Process() call.

Definition at line 40 of file TGo4AnalysisStepException.h.

References fxStatusMessage.

Referenced by Handle().

◆ GetStatusMessage() [2/2]

const char * TGo4AnalysisStepException::GetStatusMessage ( ) const
inline

Status message of last Process() call.

Definition at line 40 of file TGo4AnalysisStepException.h.

References fxStatusMessage.

◆ GetStepName() [1/2]

const char * TGo4AnalysisStepException::GetStepName ( ) const
inline

Name of the throwing analysis step.

Definition at line 43 of file TGo4AnalysisStepException.h.

References fxStepName.

Referenced by Handle().

◆ GetStepName() [2/2]

const char * TGo4AnalysisStepException::GetStepName ( ) const
inline

Name of the throwing analysis step.

Definition at line 43 of file TGo4AnalysisStepException.h.

References fxStepName.

◆ Handle() [1/2]

Int_t TGo4AnalysisStepException::Handle ( )
overridevirtual

This is a default handler function for the respective exception type.

Reimplemented from TGo4Exception.

Definition at line 60 of file TGo4AnalysisStepException.cxx.

References TGo4Log::Error(), GetProcessStatus(), GetStatusMessage(), GetStepName(), GO4TRACE, and TGo4Exception::What().

◆ Handle() [2/2]

Int_t TGo4AnalysisStepException::Handle ( )
overridevirtual

This is a default handler function for the respective exception type.

Reimplemented from TGo4Exception.

◆ operator=() [1/2]

◆ operator=() [2/2]

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

Field Documentation

◆ fiProcessStatus

Int_t TGo4AnalysisStepException::fiProcessStatus {0}
protected

Contains current analysis step status value.

To be checked by framework after Process().

Definition at line 54 of file TGo4AnalysisStepException.h.

Referenced by TGo4AnalysisStepException(), TGo4AnalysisStepException(), GetProcessStatus(), and operator=().

◆ fxStatusMessage

TString TGo4AnalysisStepException::fxStatusMessage
protected

◆ fxStep

TGo4AnalysisStep * TGo4AnalysisStepException::fxStep {nullptr}
protected

◆ fxStepName

TString TGo4AnalysisStepException::fxStepName
protected

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