NoMatchingKeyException

class NoMatchingKeyException(message: String = "There is no value for requested key") : NoSuchElementException(source)

Represents exception that is thrown when user tries to get some KoneMap instance's element that matches the provided key but there is no such element.

Constructors

Link copied to clipboard
constructor(message: String = "There is no value for requested key")

Properties

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