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

Class ZopeSAXParseException

     Exception --+    
                 |    
ConfigurationError --+
                     |
                    ZopeSAXParseException


Sax Parser errors, reformatted in an emacs friendly way

>>> v = ZopeSAXParseException("foo.xml:12:3:Not well formed")
>>> print v
File "foo.xml", line 12.3, Not well formed

Method Summary
  __init__(self, v)
  __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