GSI Object Oriented Online Offline (Go4)
GO4-6.3.0
|
#include <TGo4DynamicListException.h>
Public Member Functions | |
TGo4DynamicListException (TGo4DynamicEntry *entry, const char *message) | |
virtual | ~TGo4DynamicListException () |
Int_t | Handle () override |
TGo4DynamicListException (const TGo4DynamicListException &right) | |
TGo4DynamicListException & | operator= (const TGo4DynamicListException &right) |
const char * | GetStatusMessage () const |
const char * | GetEntryName () const |
const char * | GetEntryClass () const |
![]() | |
TGo4RuntimeException () | |
TGo4RuntimeException (const TGo4RuntimeException &right) | |
virtual | ~TGo4RuntimeException () |
TGo4RuntimeException & | operator= (const TGo4RuntimeException &right) |
Int_t | Handle () override |
![]() | |
TGo4Exception () | |
TGo4Exception (const TGo4Exception &right) | |
virtual | ~TGo4Exception () |
TGo4Exception & | operator= (const TGo4Exception &right) |
virtual const char * | What () |
Protected Attributes | |
TGo4DynamicEntry * | fxEntry {nullptr} |
TString | fxStatusMessage |
TString | fxEntryName |
TString | fxEntryClass |
![]() | |
TString | fxDescription |
Definition at line 22 of file TGo4DynamicListException.h.
TGo4DynamicListException::TGo4DynamicListException | ( | TGo4DynamicEntry * | entry, |
const char * | message | ||
) |
Definition at line 54 of file TGo4DynamicListException.cxx.
References TGo4Exception::fxDescription, fxEntry, fxEntryClass, fxEntryName, fxStatusMessage, and GO4TRACE.
Referenced by ~TGo4DynamicListException().
|
inlinevirtual |
Definition at line 28 of file TGo4DynamicListException.h.
References Handle(), operator=(), and TGo4DynamicListException().
TGo4DynamicListException::TGo4DynamicListException | ( | const TGo4DynamicListException & | right | ) |
Definition at line 33 of file TGo4DynamicListException.cxx.
References fxEntry, fxEntryClass, fxEntryName, fxStatusMessage, and GO4TRACE.
|
inline |
Classname of the throwing dynamic entry.
Definition at line 43 of file TGo4DynamicListException.h.
References fxEntryClass.
Referenced by Handle(), TGo4Analysis::Process(), and TGo4AnalysisMainRunnable::Run().
|
inline |
Name of the throwing dynamic Entry.
Definition at line 40 of file TGo4DynamicListException.h.
References fxEntryName.
Referenced by Handle(), TGo4Analysis::Process(), and TGo4AnalysisMainRunnable::Run().
|
inline |
Status message of last Process() call.
Definition at line 37 of file TGo4DynamicListException.h.
References fxStatusMessage.
Referenced by Handle(), TGo4Analysis::Process(), and TGo4AnalysisMainRunnable::Run().
|
overridevirtual |
This is a default handler function for the respective exception type
Reimplemented from TGo4Exception.
Definition at line 43 of file TGo4DynamicListException.cxx.
References TGo4Log::Debug(), TGo4DynamicEntry::EnableProcessing(), fxEntry, GetEntryClass(), GetEntryName(), GetStatusMessage(), GO4TRACE, and TGo4Exception::What().
Referenced by TGo4Analysis::Process(), TGo4DynamicList::ProcessEntries(), TGo4AnalysisMainRunnable::Run(), and ~TGo4DynamicListException().
TGo4DynamicListException & TGo4DynamicListException::operator= | ( | const TGo4DynamicListException & | right | ) |
Definition at line 19 of file TGo4DynamicListException.cxx.
References fxEntry, fxEntryClass, fxEntryName, fxStatusMessage, GO4TRACE, and TGo4RuntimeException::operator=().
Referenced by ~TGo4DynamicListException().
|
protected |
1
Definition at line 47 of file TGo4DynamicListException.h.
Referenced by Handle(), operator=(), and TGo4DynamicListException().
|
protected |
Definition at line 53 of file TGo4DynamicListException.h.
Referenced by GetEntryClass(), operator=(), and TGo4DynamicListException().
|
protected |
Definition at line 51 of file TGo4DynamicListException.h.
Referenced by GetEntryName(), operator=(), and TGo4DynamicListException().
|
protected |
Definition at line 49 of file TGo4DynamicListException.h.
Referenced by GetStatusMessage(), operator=(), and TGo4DynamicListException().