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

type InvalidTermTreeError

source code

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

Exception raised when a FAC term tree is not a tree.

For example, a Symbol node appears multiple times, or a cycle is detected.

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]
  parent = None
The MultiTermNode containing the term that proves invalidity
  term = None
The Node that proves invalidity
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)