ConfigLite
Toggle table of contents
0.1.1
jvm
Platform filter
jvm
Switch theme
Search in API
ConfigLite
ConfigLite
/
dev.vxrp.configlite.exceptions
/
ConfigLiteException
Config
Lite
Exception
open
class
ConfigLiteException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
Exception
Inheritors
ResourceNotFound
Members
Constructors
Config
Lite
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
?