|
GSI Object Oriented Online Offline (Go4)
GO4-6.3.0
|
#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) | |
| TGo4EventStoreException & | operator= (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 () |
| TGo4RuntimeException & | operator= (const TGo4RuntimeException &right) |
| Int_t | Handle () override |
Public Member Functions inherited from TGo4Exception | |
| TGo4Exception () | |
| TGo4Exception (const TGo4Exception &right) | |
| virtual | ~TGo4Exception () |
| TGo4Exception & | operator= (const TGo4Exception &right) |
| virtual const char * | What () |
Protected Attributes | |
| TGo4EventStore * | fxEventStore {nullptr} |
| TString | fxErrMess |
| TString | fxStoreName |
| TString | fxStoreClass |
Protected Attributes inherited from TGo4Exception | |
| TString | fxDescription |
Definition at line 22 of file TGo4EventStoreException.h.
|
delete |
| TGo4EventStoreException::TGo4EventStoreException | ( | TGo4EventStore * | eventsource, |
| const char * | msg = nullptr |
||
| ) |
Definition at line 19 of file TGo4EventStoreException.cxx.
References TGo4Exception::fxDescription, fxErrMess, fxEventStore, fxStoreClass, fxStoreName, GO4TRACE, and go4init::msg.
|
virtual |
Definition at line 57 of file TGo4EventStoreException.cxx.
References GO4TRACE.
| TGo4EventStoreException::TGo4EventStoreException | ( | const TGo4EventStoreException & | right | ) |
Definition at line 34 of file TGo4EventStoreException.cxx.
References fxErrMess, fxEventStore, fxStoreClass, fxStoreName, and GO4TRACE.
|
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().
|
inline |
Name of the throwing event source.
Definition at line 45 of file TGo4EventStoreException.h.
References fxStoreClass.
Referenced by Handle(), and TGo4AnalysisMainRunnable::Run().
|
inline |
Name of the throwing event source.
Definition at line 42 of file TGo4EventStoreException.h.
References fxStoreName.
Referenced by Handle(), and TGo4AnalysisMainRunnable::Run().
|
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().
| TGo4EventStoreException & TGo4EventStoreException::operator= | ( | const TGo4EventStoreException & | right | ) |
Definition at line 44 of file TGo4EventStoreException.cxx.
References fxErrMess, fxEventStore, fxStoreClass, fxStoreName, GO4TRACE, and TGo4RuntimeException::operator=().
|
protected |
Error message at exception throw time
Definition at line 52 of file TGo4EventStoreException.h.
Referenced by GetErrMess(), operator=(), and TGo4EventStoreException().
|
protected |
1
Definition at line 49 of file TGo4EventStoreException.h.
Referenced by operator=(), and TGo4EventStoreException().
|
protected |
Class of the throwing event source
Definition at line 58 of file TGo4EventStoreException.h.
Referenced by GetStoreClass(), operator=(), and TGo4EventStoreException().
|
protected |
Name of the throwing event source
Definition at line 55 of file TGo4EventStoreException.h.
Referenced by GetStoreName(), operator=(), and TGo4EventStoreException().
1.8.13