#include <TGo4DynamicListException.h>
Inheritance diagram for TGo4DynamicListException:
Public Member Functions | |
TGo4DynamicListException (TGo4DynamicEntry *entry, const char *message,...) | |
virtual | ~TGo4DynamicListException () |
Int_t | Handle () |
This is a default handler function for the respective exception type. | |
TGo4DynamicListException (const TGo4DynamicListException &right) | |
TGo4DynamicListException & | operator= (const TGo4DynamicListException &right) |
const char * | GetStatusMessage () const |
Status message of last Process() call. | |
const char * | GetEntryName () const |
Name of the throwing dynamic Entry. | |
const char * | GetEntryClass () const |
Classname of the throwing dynamic entry. | |
Protected Attributes | |
TGo4DynamicEntry * | fxEntry |
1 | |
TString | fxStatusMessage |
TString | fxEntryName |
TString | fxEntryClass |
Private Member Functions | |
TGo4DynamicListException () |
|
Definition at line 70 of file TGo4DynamicListException.cxx. References TGo4Exception::fxDescription, fxEntry, fxEntryClass, fxEntryName, fxStatusMessage, and TRACE. |
|
Definition at line 65 of file TGo4DynamicListException.cxx. References TRACE. |
|
Definition at line 43 of file TGo4DynamicListException.cxx. References fxEntry, fxEntryClass, fxEntryName, fxStatusMessage, and TRACE. |
|
|
|
This is a default handler function for the respective exception type.
Reimplemented from TGo4RuntimeException. Definition at line 54 of file TGo4DynamicListException.cxx. References TGo4Log::Debug(), TGo4DynamicEntry::EnableProcessing(), fxEntry, GetEntryClass(), GetEntryName(), GetStatusMessage(), TRACE, and TGo4Exception::What(). |
|
Definition at line 23 of file TGo4DynamicListException.cxx. References fxEntry, fxEntryClass, fxEntryName, fxStatusMessage, TGo4RuntimeException::operator=(), and TRACE. |
|
Status message of last Process() call.
Definition at line 39 of file TGo4DynamicListException.h. References fxStatusMessage. Referenced by Handle(). |
|
Name of the throwing dynamic Entry.
Definition at line 42 of file TGo4DynamicListException.h. References fxEntryName. Referenced by Handle(). |
|
Classname of the throwing dynamic entry.
Definition at line 45 of file TGo4DynamicListException.h. References fxEntryClass. Referenced by Handle(). |
|
1
Definition at line 49 of file TGo4DynamicListException.h. Referenced by Handle(), operator=(), and TGo4DynamicListException(). |
|
Definition at line 51 of file TGo4DynamicListException.h. Referenced by GetStatusMessage(), operator=(), and TGo4DynamicListException(). |
|
Definition at line 53 of file TGo4DynamicListException.h. Referenced by GetEntryName(), operator=(), and TGo4DynamicListException(). |
|
Definition at line 55 of file TGo4DynamicListException.h. Referenced by GetEntryClass(), operator=(), and TGo4DynamicListException(). |