NoResultException

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

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

Parameters

message

The message of the exception.

Constructors

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

Properties

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

The specs that lead to no result.