MapSL
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
MapSL
core
/
dev.keyboardr.mapsl
/
ServiceLocator
/
ServiceLocatorException
Service
Locator
Exception
class
ServiceLocatorException
(
message
:
String
,
val
key
:
Key
<
*
>
)
:
Exception
Members
Constructors
Service
Locator
Exception
Link copied to clipboard
constructor
(
message
:
String
,
key
:
Key
<
*
>
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
key
Link copied to clipboard
val
key
:
Key
<
*
>
message
Link copied to clipboard
open
val
message
:
String
?