class NoSuchBeanException : RuntimeException
RuntimeException thrown, when a desired bean is not available.
Author
Christopher Frieler
NoSuchBeanException(type: KClass<*>)NoSuchBeanException(name: String?, type: KClass<*>)
RuntimeException thrown, when a desired bean is not available. |
val name: String? |
|
val type: KClass<*> |