Argot
Toggle table of contents
0.1.2
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Argot
argot-core
/
org.draftcode.argot
/
ArgotConversionException
Argot
Conversion
Exception
class
ArgotConversionException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
Exception
Thrown by a
Converter
when a raw string cannot be converted to the target type.
Members
Constructors
Argot
Conversion
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
?