Package gnue :: Package common :: Package utils :: Module tree :: Class CircularReferenceError
[show private | hide private]

Class CircularReferenceError

Exception --+        
            |        
        Error --+    
                |    
      SystemError --+
                    |
                   CircularReferenceError


Setting parent would create a circular reference.

Setting the requested parent for this node would create a circular reference in the tree, like A is the parent of B, B is the parent of C, and C is the parent of A.
Method Summary
  __init__(self)
    Inherited from Exception
  __getitem__(...)
  __str__(...)

Method Details

__init__(self)
(Constructor)

Overrides:
gnue.common.base.errors.SystemError.__init__


GNUe Home

Public API

Developer's Corner