NoCorrespondingNodeException
class NoCorrespondingNodeException(message: String = "There is no corresponding node") : NoSuchElementException(source)
Represents exception that is thrown when user tries to get some nodded data structure's node that matches given conditions but there is no such element.