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.

Constructors

Link copied to clipboard
constructor(message: String = "There is no corresponding node")

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?