Simple Robot 组件 | KOOK
Toggle table of contents
4.1.2-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
Simple Robot 组件 | KOOK
simbot-component-kook-stdlib
/
love.forte.simbot.kook.stdlib
/
EventDeserializationException
Event
Deserialization
Exception
class
EventDeserializationException
(
val
source
:
String
,
message
:
String
,
cause
:
SerializationException
)
:
KookException
(
source
)
事件接收中因为事件无法反序列化而导致的错误。
Members
Constructors
Event
Deserialization
Exception
Link copied to clipboard
constructor
(
source
:
String
,
message
:
String
,
cause
:
SerializationException
)
Properties
source
Link copied to clipboard
val
source
:
String
接收到的原始消息字符串
Inherited properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?