gh-pages / com.nextfaze.devfun.inject / ConstructableException
ConstructableException
class ConstructableException : Exception (source)
Thrown when ConstructingInstanceProvider fails to create a new instance of a class.
See Also
ClassInstanceNotFoundException
Constructors
| Name | Summary |
|---|---|
| <init> | ConstructableException(cause: Throwable)ConstructableException(message: String)ConstructableException(message: String, cause: Throwable) |