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.