tryGetNode

fun tryGetNode(vararg path: Int): TreeNode<T>

Get a TreeNode object located at a certain path in hierarchy, pass path as Int indices

Throws

TreeException

if the path does not exist