NoElementMatchingThePredicateException
class NoElementMatchingThePredicateException(message: String = "There is no element matching the predicate.") : NoSuchElementException(source)
Represents exception that is thrown when user tries to get element that matches the provided predicate but there is no such element.