ktConfig
Toggle table of contents
1.0.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
ktConfig
ktConfig
/
dev.s7a.ktconfig.exception
/
TypeMismatchException
Type
Mismatch
Exception
class
TypeMismatchException
(
type
:
KType
,
value
:
Any
?
,
path
:
String
)
:
IllegalArgumentException
Expected type and actual type are different.
Since
1.0.0
Members
Constructors
Type
Mismatch
Exception
Link copied to clipboard
constructor
(
type
:
KType
,
value
:
Any
?
,
path
:
String
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?