Home | Trees | Indices | Help |
|
---|
|
object --+ | exceptions.BaseException --+ | exceptions.Exception --+ | PyXBException --+ | ValidationError --+ | SimpleTypeValueError --+ | SimpleUnionValueError
Raised when a union simple type contains a member that does not satisfy its constraints.
In this case, type is the type of the union, and the value
type._MemberTypes
is the set of types for which the value is
unacceptable.
The value itself is the tuple of arguments passed to the constructor for the union.
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from Inherited from |
|
str(x)
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Nov 7 19:27:35 2012 | http://epydoc.sourceforge.net |