android-beans / rocks.frieler.android.beans / NoSuchBeanException

NoSuchBeanException

class NoSuchBeanException : RuntimeException

RuntimeException thrown, when a desired bean is not available.

Author
Christopher Frieler

Constructors

<init>

NoSuchBeanException(type: KClass<*>)NoSuchBeanException(name: String?, type: KClass<*>)

RuntimeException thrown, when a desired bean is not available.

Properties

name

val name: String?

type

val type: KClass<*>