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