toggle menu
Simple Robot
4.8.0
common
switch theme
search in API
simbot-api
/
love.forte.simbot.bot
/
BotException
Bot
Exception
open
class
BotException
:
RuntimeException
(
source
)
与
Bot
或
BotManager
等相关的异常类型。
Inheritors
BotRegisterFailureException
NoSuchBotException
ConflictBotException
Members
Constructors
Bot
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
?