lighttree.exceptions module

exception lighttree.exceptions.DuplicatedNodeError[source]

Bases: Exception

Node identifier already exists in tree.

exception lighttree.exceptions.MultipleRootError[source]

Bases: Exception

Tree root is already declared.

exception lighttree.exceptions.NotFoundNodeError[source]

Bases: Exception

Requested node identifier is not present in tree