Gaudi Framework, version v23r5

Home   Generated: Wed Nov 28 2012
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
GaudiPython.Persistency.UnknownPersistency Class Reference
Inheritance diagram for GaudiPython.Persistency.UnknownPersistency:
Inheritance graph
[legend]
Collaboration diagram for GaudiPython.Persistency.UnknownPersistency:
Collaboration graph
[legend]

Public Member Functions

def __init__
 

Public Attributes

 type
 

Detailed Description

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

Definition at line 12 of file Persistency.py.

Constructor & Destructor Documentation

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

Definition at line 16 of file Persistency.py.

16 
17  def __init__(self, type_):
18  super(UnknownPersistency, self).__init__("Unknown persistency type %r" % type_)
19  self.type = type_
20 
# internal storage for the persistency helpers

Member Data Documentation

GaudiPython.Persistency.UnknownPersistency.type

Definition at line 18 of file Persistency.py.


The documentation for this class was generated from the following file:
Generated at Wed Nov 28 2012 12:17:40 for Gaudi Framework, version v23r5 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004