Simple Robot
Toggle table of contents
4.11.0
common
Platform filter
common
Switch theme
Search in API
Simple Robot
simbot-quantcat-common
/
love.forte.simbot.quantcat.common.convert
/
ConvertException
Convert
Exception
class
ConvertException
:
ClassCastException
(
source
)
Author
ForteScarlet
Members
Constructors
Convert
Exception
Link copied to clipboard
constructor
(
)
constructor
(
s
:
String
?
)
constructor
(
from
:
KClass
<
*
>
,
to
:
KClass
<
*
>
,
instance
:
Any
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?