Simple Robot 组件 | OneBot
Toggle table of contents
1.8.1
common
Platform filter
common
Switch theme
Search in API
Simple Robot 组件 | OneBot
simbot-component-onebot-v11-core
/
love.forte.simbot.component.onebot.v11.core.event
/
EventResolveException
Event
Resolve
Exception
open
class
EventResolveException
:
RuntimeException
(
source
)
事件解析异常
Since
1.8.0
Author
ForteScarlet
Members
Constructors
Event
Resolve
Exception
Link copied to clipboard
constructor
(
)
constructor
(
cause
:
Throwable
?
)
constructor
(
message
:
String
?
)
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
Inherited properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?