GSI Object Oriented Online Offline (Go4)
GO4-5.3.2
|
#include <TGo4EventSourceException.h>
Public Member Functions | |
TGo4EventSourceException (TGo4EventSource *eventsource) | |
virtual | ~TGo4EventSourceException () |
virtual Int_t | Handle () |
TGo4EventSourceException (const TGo4EventSourceException &right) | |
TGo4EventSourceException & | operator= (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 () |
TGo4RuntimeException & | operator= (const TGo4RuntimeException &right) |
Public Member Functions inherited from TGo4Exception | |
TGo4Exception () | |
TGo4Exception (const TGo4Exception &right) | |
virtual | ~TGo4Exception () |
TGo4Exception & | operator= (const TGo4Exception &right) |
virtual const char * | What () |
Protected Attributes | |
TGo4EventSource * | fxEventSource |
Int_t | fiCreateStatus |
Int_t | fiEventStatus |
TString | fxErrMess |
TString | fxSourceName |
TString | fxSourceClass |
Protected Attributes inherited from TGo4Exception | |
TString | fxDescription |
Private Member Functions | |
TGo4EventSourceException () | |
Definition at line 22 of file TGo4EventSourceException.h.
TGo4EventSourceException::TGo4EventSourceException | ( | TGo4EventSource * | eventsource | ) |
Definition at line 20 of file TGo4EventSourceException.cxx.
References fiCreateStatus, fiEventStatus, TGo4Exception::fxDescription, fxErrMess, fxEventSource, fxSourceClass, fxSourceName, TGo4EventSource::GetCreateStatus(), TGo4EventSource::GetErrMess(), TGo4EventSource::GetEventStatus(), and GO4TRACE.
|
virtual |
Definition at line 71 of file TGo4EventSourceException.cxx.
References GO4TRACE.
TGo4EventSourceException::TGo4EventSourceException | ( | const TGo4EventSourceException & | right | ) |
Definition at line 37 of file TGo4EventSourceException.cxx.
References fiCreateStatus, fiEventStatus, fxErrMess, fxEventSource, fxSourceClass, fxSourceName, and GO4TRACE.
|
private |
|
inline |
Status value of server/file open.
Definition at line 37 of file TGo4EventSourceException.h.
References fiCreateStatus.
Referenced by Handle().
|
inline |
Status/ error message of the last event.
Definition at line 43 of file TGo4EventSourceException.h.
References fxErrMess.
Referenced by Handle(), TGo4Analysis::InitEventClasses(), TGo4Analysis::Process(), TGo4AnalysisMainRunnable::Run(), and TGo4Analysis::RunImplicitLoop().
|
inline |
Status of the last event.
Definition at line 40 of file TGo4EventSourceException.h.
References fiEventStatus.
Referenced by Handle().
|
inline |
Name of the throwing event source.
Definition at line 49 of file TGo4EventSourceException.h.
References fxSourceClass.
Referenced by Handle(), TGo4Analysis::Process(), TGo4AnalysisMainRunnable::Run(), and TGo4Analysis::RunImplicitLoop().
|
inline |
Name of the throwing event source.
Definition at line 46 of file TGo4EventSourceException.h.
References fxSourceName.
Referenced by Handle(), TGo4Analysis::Process(), TGo4AnalysisMainRunnable::Run(), and TGo4Analysis::RunImplicitLoop().
|
virtual |
This is a default handler function for the respective exception type
Reimplemented from TGo4RuntimeException.
Definition at line 77 of file TGo4EventSourceException.cxx.
References TGo4Log::Debug(), GetCreateStatus(), GetErrMess(), GetEventStatus(), GetSourceClass(), GetSourceName(), GO4TRACE, and TGo4Exception::What().
Referenced by TGo4MbsFile::NextEvent(), TGo4MbsFile::NextFile(), TGo4Analysis::Process(), TGo4AnalysisMainRunnable::Run(), and TGo4Analysis::RunImplicitLoop().
TGo4EventSourceException & TGo4EventSourceException::operator= | ( | const TGo4EventSourceException & | right | ) |
Definition at line 49 of file TGo4EventSourceException.cxx.
References fiCreateStatus, fiEventStatus, fxErrMess, fxEventSource, fxSourceClass, fxSourceName, GO4TRACE, and TGo4RuntimeException::operator=().
Referenced by TGo4EventEndException::operator=(), TGo4EventTimeoutException::operator=(), and TGo4EventErrorException::operator=().
|
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 56 of file TGo4EventSourceException.h.
Referenced by GetCreateStatus(), operator=(), and TGo4EventSourceException().
|
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 59 of file TGo4EventSourceException.h.
Referenced by GetEventStatus(), operator=(), and TGo4EventSourceException().
|
protected |
Error message at exception throw time
Definition at line 62 of file TGo4EventSourceException.h.
Referenced by GetErrMess(), operator=(), and TGo4EventSourceException().
|
protected |
1
Definition at line 53 of file TGo4EventSourceException.h.
Referenced by operator=(), and TGo4EventSourceException().
|
protected |
Class of the throwing event source
Definition at line 68 of file TGo4EventSourceException.h.
Referenced by GetSourceClass(), operator=(), and TGo4EventSourceException().
|
protected |
Name of the throwing event source
Definition at line 65 of file TGo4EventSourceException.h.
Referenced by GetSourceName(), operator=(), and TGo4EventSourceException().