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
There are no attributes in this class.
There are no methods in this class.
There are no known subclasses.