toggle menu
Simple Robot
4.8.0
common
switch theme
search in API
simbot-api
/
love.forte.simbot.bot
/
NoSuchBotException
No
Such
Bot
Exception
open
class
NoSuchBotException
:
BotException
(
source
)
当没有找到指定
Bot
时。
See also
BotManager.
get
Members
Constructors
No
Such
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
?