Gaudi Framework, version v23r0

Home   Generated: Mon Jan 30 2012
Public Member Functions | Public Attributes

GaudiPython::Persistency::UnknownPersistency Class Reference

Inheritance diagram for GaudiPython::Persistency::UnknownPersistency:
Inheritance graph
[legend]
Collaboration diagram for GaudiPython::Persistency::UnknownPersistency:
Collaboration graph
[legend]

List of all members.

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.

00017                              :
00018         super(UnknownPersistency, self).__init__("Unknown persistency type %r" % type_)
00019         self.type = type_
00020 
# internal storage for the persistency helpers

Member Data Documentation

Definition at line 16 of file Persistency.py.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Mon Jan 30 2012 13:53:34 for Gaudi Framework, version v23r0 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004