ChildrenNotFoundException constructor
ChildrenNotFoundException(
- INode node
Implementation
ChildrenNotFoundException(INode node)
: message =
"The node <${node.key}> of parent <${node.parent?.key}> does not have any children";