Home | Trees | Indices | Help |
|
---|
|
object --+ | exceptions.BaseException --+ | exceptions.Exception --+ | PyXBException --+ | ValidationError --+ | NonElementValidationError
Raised when an element (or a value bound to an element) appears in context that does not permit an element.
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
element = None The content that is not permitted. |
|||
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)
|
|
elementThe content that is not permitted. This may be an element, or a DOM representation that would have been made into an element had matters progressed further.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Sep 18 10:35:37 2013 | http://epydoc.sourceforge.net |