ktConfig
Toggle table of contents
1.0.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
ktConfig
ktConfig
/
dev.s7a.ktconfig.exception
/
UnsupportedTypeException
Unsupported
Type
Exception
class
UnsupportedTypeException
(
type
:
KType
,
reason
:
String
)
:
IllegalArgumentException
Unsupported type was used.
Since
1.0.0
Members
Constructors
Unsupported
Type
Exception
Link copied to clipboard
constructor
(
type
:
KType
,
reason
:
String
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?