winter / io.jentz.winter / EntryNotFoundException

EntryNotFoundException

class EntryNotFoundException : WinterException

Exception that is thrown when a component entry or graph was not found but was requested as non-optional.

Constructors

<init>

EntryNotFoundException(key: TypeKey<*>, message: String)

Exception that is thrown when a component entry or graph was not found but was requested as non-optional.

Properties

key

val key: TypeKey<*>