GSI Object Oriented Online Offline (Go4) GO4-6.4.0
Loading...
Searching...
No Matches
TGo4DynamicListException Class Reference

#include <TGo4DynamicListException.h>

+ Inheritance diagram for TGo4DynamicListException:

Public Member Functions

 TGo4DynamicListException (const TGo4DynamicListException &right)
 
 TGo4DynamicListException (TGo4DynamicEntry *entry, const char *message)
 
virtual ~TGo4DynamicListException ()
 
const char * GetEntryClass () const
 Classname of the throwing dynamic entry.
 
const char * GetEntryName () const
 Name of the throwing dynamic Entry.
 
const char * GetStatusMessage () const
 Status message of last Process() call.
 
Int_t Handle () override
 This is a default handler function for the respective exception type.
 
TGo4DynamicListExceptionoperator= (const TGo4DynamicListException &right)
 
- Public Member Functions inherited from TGo4RuntimeException
 TGo4RuntimeException ()
 
 TGo4RuntimeException (const TGo4RuntimeException &right)
 
virtual ~TGo4RuntimeException ()
 
Int_t Handle () override
 This is a default handler function for the respective exception type.
 
TGo4RuntimeExceptionoperator= (const TGo4RuntimeException &right)
 
- Public Member Functions inherited from TGo4Exception
 TGo4Exception ()
 
 TGo4Exception (const TGo4Exception &right)
 
virtual ~TGo4Exception ()
 
TGo4Exceptionoperator= (const TGo4Exception &right)
 
virtual const char * What ()
 Returns string describing the kind of exception.
 

Protected Attributes

TGo4DynamicEntryfxEntry {nullptr}
 1
 
TString fxEntryClass
 
TString fxEntryName
 
TString fxStatusMessage
 
- Protected Attributes inherited from TGo4Exception
TString fxDescription
 

Detailed Description

Definition at line 22 of file TGo4DynamicListException.h.

Constructor & Destructor Documentation

◆ TGo4DynamicListException() [1/2]

TGo4DynamicListException::TGo4DynamicListException ( TGo4DynamicEntry * entry,
const char * message )

◆ ~TGo4DynamicListException()

virtual TGo4DynamicListException::~TGo4DynamicListException ( )
inlinevirtual

Definition at line 28 of file TGo4DynamicListException.h.

◆ TGo4DynamicListException() [2/2]

TGo4DynamicListException::TGo4DynamicListException ( const TGo4DynamicListException & right)

Member Function Documentation

◆ GetEntryClass()

const char * TGo4DynamicListException::GetEntryClass ( ) const
inline

Classname of the throwing dynamic entry.

Definition at line 43 of file TGo4DynamicListException.h.

References fxEntryClass.

Referenced by Handle().

◆ GetEntryName()

const char * TGo4DynamicListException::GetEntryName ( ) const
inline

Name of the throwing dynamic Entry.

Definition at line 40 of file TGo4DynamicListException.h.

References fxEntryName.

Referenced by Handle().

◆ GetStatusMessage()

const char * TGo4DynamicListException::GetStatusMessage ( ) const
inline

Status message of last Process() call.

Definition at line 37 of file TGo4DynamicListException.h.

References fxStatusMessage.

Referenced by Handle().

◆ Handle()

Int_t TGo4DynamicListException::Handle ( )
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(), fxEntry, GetEntryClass(), GetEntryName(), GetStatusMessage(), GO4TRACE, and TGo4Exception::What().

Referenced by TGo4DynamicList::ProcessEntries().

◆ operator=()

Field Documentation

◆ fxEntry

TGo4DynamicEntry* TGo4DynamicListException::fxEntry {nullptr}
protected

◆ fxEntryClass

TString TGo4DynamicListException::fxEntryClass
protected

◆ fxEntryName

TString TGo4DynamicListException::fxEntryName
protected

◆ fxStatusMessage

TString TGo4DynamicListException::fxStatusMessage
protected

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