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
common
fun NoResultException(search: SearchSpecs, message: String)
The message of the exception.

Properties

cause
Link copied to clipboard
common
open val cause: Throwable?
message
Link copied to clipboard
common
open val message: String?
search
Link copied to clipboard
common
val search: SearchSpecs
The specs that lead to no result.