Package pyxb :: Package utils :: Module fac :: Class UpdateApplicationError
[hide private]
[frames] | no frames]

type UpdateApplicationError

source code

              object --+            
                       |            
exceptions.BaseException --+        
                           |        
        exceptions.Exception --+    
                               |    
                        FACError --+
                                   |
                                  UpdateApplicationError

Exception raised when an unsatisfied update instruction is executed.

This indicates an internal error in the implementation.

Instance Methods [hide private]
 
__init__(self, *args)
x.__init__(...) initializes x; see help(type(x)) for signature
source code

Inherited from exceptions.Exception: __new__

Inherited from exceptions.BaseException: __delattr__, __getattribute__, __getitem__, __getslice__, __reduce__, __repr__, __setattr__, __setstate__, __str__, __unicode__

Class Variables [hide private]
  update_instruction = None
The UpdateInstruction with an unsatisfied CounterCondition
  values = None
The unsatisfying value map from CounterCondition instances to integers
Properties [hide private]

Inherited from exceptions.BaseException: args, message

Method Details [hide private]

__init__(self, *args)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: exceptions.BaseException.__init__
(inherited documentation)