Package zope :: Package configuration :: Module xmlconfig :: Class ZopeXMLConfigurationError
[show private | hide private]
[frames | no frames]

Class ZopeXMLConfigurationError

     Exception --+    
                 |    
ConfigurationError --+
                     |
                    ZopeXMLConfigurationError


Zope XML Configuration error

These errors are wrappers for other errors. The include configuration info and the wrapped error type and value:

>>> v = ZopeXMLConfigurationError("blah", AttributeError, "xxx")
>>> print v
'blah'
    AttributeError: xxx

Method Summary
  __init__(self, info, etype, evalue)
  __str__(self)
    Inherited from Exception
  __getitem__(...)

Class Variable Summary
    Inherited from Exception
Implements __implemented__ = <implementedBy exceptions.Exception>
ClassProvides __providedBy__ = <zope.interface.declarations.ClassProvi...
ClassProvides __provides__ = <zope.interface.declarations.ClassProvide...

Generated by Epydoc 2.1 on Fri Jun 24 12:01:23 2005 http://epydoc.sf.net