NoResultException

class NoResultException(search: SearchSpecs, message: String) : RuntimeException

Exception thrown when searching for bindings and none could be found.

Parameters

message

The message of the exception.

Constructors

NoResultException
Link copied to clipboard
fun NoResultException(search: SearchSpecs, message: String)

Properties

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

The specs that lead to no result.