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

#include <TGo4EventStoreException.h>

+ Inheritance diagram for TGo4EventStoreException:

Public Member Functions

 TGo4EventStoreException ()=delete
 
 TGo4EventStoreException (TGo4EventStore *eventsource, const char *msg=nullptr)
 
virtual ~TGo4EventStoreException ()
 
Int_t Handle () override
 
 TGo4EventStoreException (const TGo4EventStoreException &right)
 
TGo4EventStoreExceptionoperator= (const TGo4EventStoreException &right)
 
const char * GetErrMess () const
 
const char * GetStoreName () const
 
const char * GetStoreClass () 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

TGo4EventStorefxEventStore {nullptr}
 
TString fxErrMess
 
TString fxStoreName
 
TString fxStoreClass
 
- Protected Attributes inherited from TGo4Exception
TString fxDescription
 

Detailed Description

Definition at line 22 of file TGo4EventStoreException.h.

Constructor & Destructor Documentation

◆ TGo4EventStoreException() [1/3]

TGo4EventStoreException::TGo4EventStoreException ( )
delete

◆ TGo4EventStoreException() [2/3]

TGo4EventStoreException::TGo4EventStoreException ( TGo4EventStore eventsource,
const char *  msg = nullptr 
)

◆ ~TGo4EventStoreException()

TGo4EventStoreException::~TGo4EventStoreException ( )
virtual

Definition at line 57 of file TGo4EventStoreException.cxx.

References GO4TRACE.

◆ TGo4EventStoreException() [3/3]

TGo4EventStoreException::TGo4EventStoreException ( const TGo4EventStoreException right)

Definition at line 34 of file TGo4EventStoreException.cxx.

References fxErrMess, fxEventStore, fxStoreClass, fxStoreName, and GO4TRACE.

Member Function Documentation

◆ GetErrMess()

const char* TGo4EventStoreException::GetErrMess ( ) const
inline

Status/ error message of the last event.

Definition at line 39 of file TGo4EventStoreException.h.

References fxErrMess.

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

◆ GetStoreClass()

const char* TGo4EventStoreException::GetStoreClass ( ) const
inline

Name of the throwing event source.

Definition at line 45 of file TGo4EventStoreException.h.

References fxStoreClass.

Referenced by Handle(), and TGo4AnalysisMainRunnable::Run().

◆ GetStoreName()

const char* TGo4EventStoreException::GetStoreName ( ) const
inline

Name of the throwing event source.

Definition at line 42 of file TGo4EventStoreException.h.

References fxStoreName.

Referenced by Handle(), and TGo4AnalysisMainRunnable::Run().

◆ Handle()

Int_t TGo4EventStoreException::Handle ( )
overridevirtual

This is a default handler function for the respective exception type

Reimplemented from TGo4Exception.

Definition at line 62 of file TGo4EventStoreException.cxx.

References TGo4Log::Debug(), GetErrMess(), GetStoreClass(), GetStoreName(), GO4TRACE, and TGo4Exception::What().

Referenced by TGo4Analysis::RunImplicitLoop().

◆ operator=()

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

Member Data Documentation

◆ fxErrMess

TString TGo4EventStoreException::fxErrMess
protected

Error message at exception throw time

Definition at line 52 of file TGo4EventStoreException.h.

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

◆ fxEventStore

TGo4EventStore* TGo4EventStoreException::fxEventStore {nullptr}
protected

1

Definition at line 49 of file TGo4EventStoreException.h.

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

◆ fxStoreClass

TString TGo4EventStoreException::fxStoreClass
protected

Class of the throwing event source

Definition at line 58 of file TGo4EventStoreException.h.

Referenced by GetStoreClass(), operator=(), and TGo4EventStoreException().

◆ fxStoreName

TString TGo4EventStoreException::fxStoreName
protected

Name of the throwing event source

Definition at line 55 of file TGo4EventStoreException.h.

Referenced by GetStoreName(), operator=(), and TGo4EventStoreException().


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