| Home | Trees | Index | Help |
|---|
Exception--+ |Error--+ |SystemError--+ | DuplicateChildNameError
Duplicate child name.
Changing the node name or the parent of this node as requested would result in the (new) parent having two children with the same node name.
Note that after this exception has happened, the tree is in an inconsistent state.| Method Summary | |
|---|---|
__init__(self,
child_name,
parent_node)
| |
| Inherited from Exception | |
| |
| |
| Method Details |
|---|
__init__(self,
child_name,
parent_node)
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Wed Jan 7 23:02:11 2009 | http://epydoc.sf.net |