Loading [MathJax]/extensions/MathMenu.js
The Gaudi Framework  v28r2p1 (f1a77ff4)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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 12 of file Persistency.py.

Constructor & Destructor Documentation

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

Definition at line 16 of file Persistency.py.

16  def __init__(self, type_):
17  super(UnknownPersistency, self).__init__("Unknown persistency type %r" % type_)
18  self.type = type_
19 
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: