GaudiGSL.GaudiGSLConf.GslErrorException Class Reference
Inheritance diagram for GaudiGSL.GaudiGSLConf.GslErrorException:
Collaboration diagram for GaudiGSL.GaudiGSLConf.GslErrorException:

Public Member Functions

def __init__ (self, name=Configurable.DefaultName, kwargs)
 
def getDlls (self)
 
def getType (self)
 

Static Private Attributes

dictionary __slots__
 
dictionary _propertyDocDct
 

Detailed Description

Definition at line 130 of file GaudiGSLConf.py.

Constructor & Destructor Documentation

def GaudiGSL.GaudiGSLConf.GslErrorException.__init__ (   self,
  name = Configurable.DefaultName,
  kwargs 
)

Definition at line 143 of file GaudiGSLConf.py.

143  def __init__(self, name = Configurable.DefaultName, **kwargs):
144  super(GslErrorException, self).__init__(name)
145  for n,v in kwargs.items():
146  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiGSL.GaudiGSLConf.GslErrorException.getDlls (   self)

Definition at line 147 of file GaudiGSLConf.py.

147  def getDlls( self ):
148  return 'GaudiGSL'
def GaudiGSL.GaudiGSLConf.GslErrorException.getType (   self)

Definition at line 149 of file GaudiGSLConf.py.

149  def getType( self ):
150  return 'GslErrorException'

Member Data Documentation

dictionary GaudiGSL.GaudiGSLConf.GslErrorException.__slots__
staticprivate
Initial value:
1 = {
2  'MonitorService' : 'MonitorSvc', # str
3  'OutputLevel' : 7, # int
4  'AuditTools' : False, # bool
5  'AuditInitialize' : False, # bool
6  'AuditStart' : False, # bool
7  'AuditStop' : False, # bool
8  'AuditFinalize' : False, # bool
9  'IgnoreCodes' : [ ], # list
10  }

Definition at line 131 of file GaudiGSLConf.py.

dictionary GaudiGSL.GaudiGSLConf.GslErrorException._propertyDocDct
staticprivate
Initial value:
1 = {
2  }

Definition at line 141 of file GaudiGSLConf.py.


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