Home | Trees | Indices | Help |
|
---|
|
object --+ | exceptions.BaseException --+ | exceptions.Exception --+ | PyXBException --+ | ValidationError --+ | SimpleTypeValueError --+ | SimpleFacetValueError
Raised when a simple type value does not satisfy a facet constraint.
This extends SimpleTypeValueError with the facet field which can be used to determine why the value is unacceptable.
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
type = None The pyxb.binding.basis.simpleTypeDefinition that constrains values. |
|||
value = None The value that violates the constraints of type. |
|||
facet = None The specific facet that is violated by the value. |
|||
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)
|
|
valueThe value that violates the constraints of type. In some cases this is a tuple of arguments passed
to a constructor that failed with a built-in exception
like
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Apr 17 03:13:54 2013 | http://epydoc.sourceforge.net |