Simple Robot
Toggle table of contents
5.0.0-Preview2
common
Target filter
common
Switch theme
Search in API
Skip to content
Simple Robot
simbot-api
/
love.forte.simbot.bot
/
BotAlreadyClosedException
Bot
Already
Closed
Exception
open
class
BotAlreadyClosedException
:
IllegalStateException
(
source
)
如果尝试在
Bot.close
之后继续调用具有副作用的函数或行为,抛出此异常。
Since
5.0
Members
Constructors
Bot
Already
Closed
Exception
Link copied to clipboard
constructor
(
)
constructor
(
cause
:
Throwable
?
)
constructor
(
message
:
String
?
)
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
Inherited properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
message
Link copied to clipboard
expect
open
val
message
:
String
?