The Gaudi Framework  v31r0 (aeb156f0)
GaudiPython.Persistency.UnknownPersistency Class Reference
Inheritance diagram for GaudiPython.Persistency.UnknownPersistency:
Collaboration diagram for GaudiPython.Persistency.UnknownPersistency:

Public Member Functions

def __init__ (self, type_)
 

Public Attributes

 type
 

Detailed Description

Exception raised if the persistency type is not known to the module.

Definition at line 14 of file Persistency.py.

Constructor & Destructor Documentation

def GaudiPython.Persistency.UnknownPersistency.__init__ (   self,
  type_ 
)

Definition at line 19 of file Persistency.py.

19  def __init__(self, type_):
20  super(UnknownPersistency,
21  self).__init__("Unknown persistency type %r" % type_)
22  self.type = type_
23 
24 
25 # internal storage for the persistency helpers

Member Data Documentation

GaudiPython.Persistency.UnknownPersistency.type

Definition at line 22 of file Persistency.py.


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