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

#include <TGo4EventSourceException.h>

+ Inheritance diagram for TGo4EventSourceException:

Public Member Functions

 TGo4EventSourceException ()=delete
 
 TGo4EventSourceException (TGo4EventSource *eventsource)
 
virtual ~TGo4EventSourceException ()
 
Int_t Handle () override
 
 TGo4EventSourceException (const TGo4EventSourceException &right)
 
TGo4EventSourceExceptionoperator= (const TGo4EventSourceException &right)
 
Int_t GetCreateStatus () const
 
Int_t GetEventStatus () const
 
const char * GetErrMess () const
 
const char * GetSourceName () const
 
const char * GetSourceClass () const
 
- Public Member Functions inherited from TGo4RuntimeException
 TGo4RuntimeException ()
 
 TGo4RuntimeException (const TGo4RuntimeException &right)
 
virtual ~TGo4RuntimeException ()
 
TGo4RuntimeExceptionoperator= (const TGo4RuntimeException &right)
 
Int_t Handle () override
 
- Public Member Functions inherited from TGo4Exception
 TGo4Exception ()
 
 TGo4Exception (const TGo4Exception &right)
 
virtual ~TGo4Exception ()
 
TGo4Exceptionoperator= (const TGo4Exception &right)
 
virtual const char * What ()
 

Protected Attributes

TGo4EventSourcefxEventSource {nullptr}
 
Int_t fiCreateStatus {0}
 
Int_t fiEventStatus {0}
 
TString fxErrMess
 
TString fxSourceName
 
TString fxSourceClass
 
- Protected Attributes inherited from TGo4Exception
TString fxDescription
 

Detailed Description

Definition at line 22 of file TGo4EventSourceException.h.

Constructor & Destructor Documentation

◆ TGo4EventSourceException() [1/3]

TGo4EventSourceException::TGo4EventSourceException ( )
delete

◆ TGo4EventSourceException() [2/3]

TGo4EventSourceException::TGo4EventSourceException ( TGo4EventSource eventsource)

◆ ~TGo4EventSourceException()

TGo4EventSourceException::~TGo4EventSourceException ( )
virtual

Definition at line 62 of file TGo4EventSourceException.cxx.

References GO4TRACE.

◆ TGo4EventSourceException() [3/3]

TGo4EventSourceException::TGo4EventSourceException ( const TGo4EventSourceException right)

Member Function Documentation

◆ GetCreateStatus()

Int_t TGo4EventSourceException::GetCreateStatus ( ) const
inline

Status value of server/file open.

Definition at line 39 of file TGo4EventSourceException.h.

References fiCreateStatus.

Referenced by Handle().

◆ GetErrMess()

const char* TGo4EventSourceException::GetErrMess ( ) const
inline

Status/ error message of the last event.

Definition at line 45 of file TGo4EventSourceException.h.

References fxErrMess.

Referenced by Handle(), TGo4Analysis::InitEventClasses(), TGo4Analysis::Process(), TGo4AnalysisMainRunnable::Run(), and TGo4Analysis::RunImplicitLoop().

◆ GetEventStatus()

Int_t TGo4EventSourceException::GetEventStatus ( ) const
inline

Status of the last event.

Definition at line 42 of file TGo4EventSourceException.h.

References fiEventStatus.

Referenced by Handle().

◆ GetSourceClass()

const char* TGo4EventSourceException::GetSourceClass ( ) const
inline

Name of the throwing event source.

Definition at line 51 of file TGo4EventSourceException.h.

References fxSourceClass.

Referenced by Handle(), TGo4Analysis::Process(), TGo4AnalysisMainRunnable::Run(), and TGo4Analysis::RunImplicitLoop().

◆ GetSourceName()

const char* TGo4EventSourceException::GetSourceName ( ) const
inline

Name of the throwing event source.

Definition at line 48 of file TGo4EventSourceException.h.

References fxSourceName.

Referenced by Handle(), TGo4Analysis::Process(), TGo4AnalysisMainRunnable::Run(), and TGo4Analysis::RunImplicitLoop().

◆ Handle()

Int_t TGo4EventSourceException::Handle ( )
overridevirtual

◆ operator=()

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

Member Data Documentation

◆ fiCreateStatus

Int_t TGo4EventSourceException::fiCreateStatus {0}
protected

Contains return value of eventsource open (e.g. f_evt_get_open) call. May be checked by the creating factory after return from source ctor.

Definition at line 58 of file TGo4EventSourceException.h.

Referenced by GetCreateStatus(), operator=(), and TGo4EventSourceException().

◆ fiEventStatus

Int_t TGo4EventSourceException::fiEventStatus {0}
protected

Contains return value of eventsource getevent (e.g. f_evt_get_event) call. May be checked by the controlling event loop.

Definition at line 61 of file TGo4EventSourceException.h.

Referenced by GetEventStatus(), operator=(), and TGo4EventSourceException().

◆ fxErrMess

TString TGo4EventSourceException::fxErrMess
protected

Error message at exception throw time

Definition at line 64 of file TGo4EventSourceException.h.

Referenced by GetErrMess(), operator=(), and TGo4EventSourceException().

◆ fxEventSource

TGo4EventSource* TGo4EventSourceException::fxEventSource {nullptr}
protected

1

Definition at line 55 of file TGo4EventSourceException.h.

Referenced by operator=(), and TGo4EventSourceException().

◆ fxSourceClass

TString TGo4EventSourceException::fxSourceClass
protected

Class of the throwing event source

Definition at line 70 of file TGo4EventSourceException.h.

Referenced by GetSourceClass(), operator=(), and TGo4EventSourceException().

◆ fxSourceName

TString TGo4EventSourceException::fxSourceName
protected

Name of the throwing event source

Definition at line 67 of file TGo4EventSourceException.h.

Referenced by GetSourceName(), operator=(), and TGo4EventSourceException().


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