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.

Constructors

Link copied to clipboard
constructor(message: String = "There is no element matching the predicate.")

Properties

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