| 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 = NoneThe pyxb.binding.basis.simpleTypeDefinition that constrains values.  | 
  |||
        value = NoneThe value that violates the constraints of type.  | 
  |||
        facet = NoneThe 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 Sun Sep 18 22:33:49 2016 | http://epydoc.sourceforge.net |