Home | Trees | Indices | Help |
|
---|
|
object --+ | exceptions.BaseException --+ | exceptions.Exception --+ | PyXBException --+ | ValidationError --+ | ComplexTypeValidationError --+ | AttributeOnSimpleTypeError
Attempt made to set an attribute on an element with simple type.
Note that elements with complex type and simple content may have attributes; elements with simple type must not.
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
instance = None The simple type binding instance on which no attributes exist. |
|||
tag = None The name of the proposed attribute. |
|||
value = None The value proposed to be assigned to the non-existent attribute. |
|||
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
|
str(x)
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Dec 17 13:09:08 2012 | http://epydoc.sourceforge.net |