ktx
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
ktx
inject
/
ktx.inject
/
InjectionException
Injection
Exception
class
InjectionException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
RuntimeException
Thrown in case of any problems with the dependency injection mechanism.
Members
Constructors
Injection
Exception
Link copied to clipboard
constructor
(
message
:
String
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?