toggle menu
Simple Robot 组件 | QQ Guild
4.1.2
common
switch theme
search in API
simbot-component-qq-guild-stdlib
/
love.forte.simbot.qguild.stdlib
/
BotAlreadyCancelledException
Bot
Already
Cancelled
Exception
open
class
BotAlreadyCancelledException
:
IllegalStateException
(
source
)
当尝试使用已经被关闭的
Bot
进行某些操作时(例如尝试启动它)
Members
Constructors
Bot
Already
Cancelled
Exception
Link copied to clipboard
constructor
(
)
constructor
(
message
:
String
?
)
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
constructor
(
cause
:
Throwable
?
)
Inherited properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?