Gaudi Framework, version v21r6

Home   Generated: 11 Nov 2009

GaudiSvc::GaudiSvcConf::ExceptionSvc Class Reference

List of all members.


Detailed Description

Definition at line 1541 of file GaudiSvcConf.py.


Public Member Functions

def __init__
def getDlls
def getType

Static Private Attributes

dictionary __slots__
dictionary _propertyDocDct

Member Function Documentation

def GaudiSvc::GaudiSvcConf::ExceptionSvc::__init__ (   self,
  name = Configurable.DefaultName,
  kwargs 
)

Definition at line 1556 of file GaudiSvcConf.py.

01556                                                                :
01557       super(ExceptionSvc, self).__init__(name)
01558       for n,v in kwargs.items():
01559          setattr(self, n, v)
  def getDlls( self ):

def GaudiSvc::GaudiSvcConf::ExceptionSvc::getDlls (   self  ) 

Definition at line 1560 of file GaudiSvcConf.py.

01560                      :
01561       return 'GaudiSvc'
  def getType( self ):

def GaudiSvc::GaudiSvcConf::ExceptionSvc::getType (   self  ) 

Definition at line 1562 of file GaudiSvcConf.py.

01562                      :
01563       return 'ExceptionSvc'
  pass # class ExceptionSvc


Member Data Documentation

Initial value:

{ 
    'OutputLevel' : 0, # int
    'AuditServices' : False, # bool
    'AuditInitialize' : False, # bool
    'AuditStart' : False, # bool
    'AuditStop' : False, # bool
    'AuditFinalize' : False, # bool
    'AuditReInitialize' : False, # bool
    'AuditReStart' : False, # bool
    'Catch' : 'ALL', # str
    'Errors' : 'NONE', # str
  }

Definition at line 1542 of file GaudiSvcConf.py.

Initial value:

{ 
  }

Definition at line 1554 of file GaudiSvcConf.py.


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

Generated at Wed Nov 11 16:37:04 2009 for Gaudi Framework, version v21r6 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004