ktConfig
Toggle table of contents
1.0.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
ktConfig
ktConfig
/
dev.s7a.ktconfig.exception
Package-level
declarations
Types
Types
Type
Mismatch
Exception
Link copied to clipboard
class
TypeMismatchException
(
type
:
KType
,
value
:
Any
?
,
path
:
String
)
:
IllegalArgumentException
Expected type and actual type are different.
Unsupported
Type
Exception
Link copied to clipboard
class
UnsupportedTypeException
(
type
:
KType
,
reason
:
String
)
:
IllegalArgumentException
Unsupported type was used.