Home | Trees | Indices | Help |
|
---|
|
object --+ | exceptions.BaseException --+ | exceptions.Exception --+ | PyXBException --+ | ValidationError --+ | ComplexTypeValidationError --+ | ContentValidationError --+ | IncrementalElementContentError
Element or element-like content could not be validly associated with an sub-element in the content model.
This exception occurs when content is added to an element during incremental validation, such as when positional arguments are used in a constructor or material is appended either explicitly or through parsing a DOM instance.
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
instance = None The binding for which the value could not be associated with an element. |
|||
automaton_configuration = None The pyxb.binding.content.AutomatonConfiguration representing the current state of the instance content. |
|||
value = None The value that could not be associated with allowable content. |
|||
Inherited from Inherited from |
|
|||
Inherited from Inherited from |
|
Create an exception indicating a PyXB-related problem. If no args are present, a default argument is taken from the
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Dec 17 13:09:08 2012 | http://epydoc.sourceforge.net |