GSI Object Oriented Online Offline (Go4)  GO4-5.3.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Protected Attributes | Private Member Functions | List of all members
TGo4DynamicListException Class Reference

#include <TGo4DynamicListException.h>

+ Inheritance diagram for TGo4DynamicListException:

Public Member Functions

 TGo4DynamicListException (TGo4DynamicEntry *entry, const char *message,...)
 
virtual ~TGo4DynamicListException ()
 
Int_t Handle ()
 
 TGo4DynamicListException (const TGo4DynamicListException &right)
 
TGo4DynamicListExceptionoperator= (const TGo4DynamicListException &right)
 
const char * GetStatusMessage () const
 
const char * GetEntryName () const
 
const char * GetEntryClass () const
 
- Public Member Functions inherited from TGo4RuntimeException
 TGo4RuntimeException ()
 
 TGo4RuntimeException (const TGo4RuntimeException &right)
 
virtual ~TGo4RuntimeException ()
 
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 ()
 

Protected Attributes

TGo4DynamicEntryfxEntry
 
TString fxStatusMessage
 
TString fxEntryName
 
TString fxEntryClass
 
- Protected Attributes inherited from TGo4Exception
TString fxDescription
 

Private Member Functions

 TGo4DynamicListException ()
 

Detailed Description

Definition at line 22 of file TGo4DynamicListException.h.

Constructor & Destructor Documentation

TGo4DynamicListException::TGo4DynamicListException ( TGo4DynamicEntry entry,
const char *  message,
  ... 
)
TGo4DynamicListException::~TGo4DynamicListException ( )
virtual

Definition at line 63 of file TGo4DynamicListException.cxx.

References GO4TRACE.

TGo4DynamicListException::TGo4DynamicListException ( const TGo4DynamicListException right)

Definition at line 41 of file TGo4DynamicListException.cxx.

References fxEntry, fxEntryClass, fxEntryName, fxStatusMessage, and GO4TRACE.

TGo4DynamicListException::TGo4DynamicListException ( )
private

Member Function Documentation

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(), TGo4Analysis::Process(), and TGo4AnalysisMainRunnable::Run().

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(), TGo4Analysis::Process(), and TGo4AnalysisMainRunnable::Run().

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(), TGo4Analysis::Process(), and TGo4AnalysisMainRunnable::Run().

Int_t TGo4DynamicListException::Handle ( )
virtual
TGo4DynamicListException & TGo4DynamicListException::operator= ( const TGo4DynamicListException right)

Member Data Documentation

TGo4DynamicEntry* TGo4DynamicListException::fxEntry
protected

1

Definition at line 47 of file TGo4DynamicListException.h.

Referenced by Handle(), operator=(), and TGo4DynamicListException().

TString TGo4DynamicListException::fxEntryClass
protected

Definition at line 53 of file TGo4DynamicListException.h.

Referenced by GetEntryClass(), operator=(), and TGo4DynamicListException().

TString TGo4DynamicListException::fxEntryName
protected

Definition at line 51 of file TGo4DynamicListException.h.

Referenced by GetEntryName(), operator=(), and TGo4DynamicListException().

TString TGo4DynamicListException::fxStatusMessage
protected

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