Package xmlschema_acue :: Package validators :: Module exceptions

Module exceptions

source code

This module contains exception and warning classes for the 'xmlschema_acue.validators' subpackage.

Classes
  XMLSchemaValidatorError
Base class for XSD validator errors.
  XMLSchemaNotBuiltError
Raised when there is an improper usage attempt of a not built XSD validator.
  XMLSchemaParseError
Raised when an error is found during the building of an XSD validator.
  XMLSchemaModelError
Raised when a model error is found during the checking of a model group.
  XMLSchemaModelDepthError
Raised when recursion depth is exceeded while iterating a model group.
  XMLSchemaValidationError
Raised when the XML data is not validated with the XSD component or schema.
  XMLSchemaDecodeError
Raised when an XML data string is not decodable to a Python object.
  XMLSchemaEncodeError
Raised when an object is not encodable to an XML data string.
  XMLSchemaChildrenValidationError
Raised when a child element is not validated.
  XMLSchemaIncludeWarning
A schema include fails.
  XMLSchemaImportWarning
A schema namespace import fails.