Package xmlschema_acue :: Package validators :: Module exceptions :: Class XMLSchemaNotBuiltError

Class XMLSchemaNotBuiltError

source code


Raised when there is an improper usage attempt of a not built XSD validator.

:param validator: the XSD validator. :type validator: XsdValidator :param message: the error message. :type message: str or unicode

Instance Methods

Inherited from XMLSchemaValidatorError: __setattr__, __str__, __unicode__

Method Details

__init__(self, validator, message)
(Constructor)

source code 
Decorators:
Overrides: XMLSchemaValidatorError.__init__

msg(self)

source code 
Decorators:
  • @property

origin_url(self)

source code 
Decorators:
  • @property

root(self)

source code 
Decorators:
  • @property

schema_url(self)

source code 
Decorators:
  • @property

sourceline(self)

source code 
Decorators:
  • @property