Home | Trees | Indices | Help |
|
---|
|
object --+ | exceptions.BaseException --+ | exceptions.Exception --+ | PyXBException --+ | ValidationError --+ | SimpleTypeValueError
Raised when a simple type value does not satisfy its constraints.
|
|||
|
|||
|
|||
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. |
|||
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 Mon Dec 17 13:09:09 2012 | http://epydoc.sourceforge.net |