Home | Trees | Indices | Help |
|
---|
|
object --+ | exceptions.BaseException --+ | exceptions.Exception --+ | PyXBException --+ | ValidationError --+ | ComplexTypeValidationError --+ | ContentValidationError --+ | NonPluralAppendError
Attempt to append to an element which does not accept multiple instances.
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
instance = None The binding instance containing the element |
|||
element_declaration = None The pyxb.binding.content.ElementDeclaration contained in instance that does not accept multiple instances
|
|||
value = None The proposed addition to the element in the instance |
|||
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
|
|
str(x)
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Sep 18 10:35:37 2013 | http://epydoc.sourceforge.net |