toggle menu
Simple Robot 组件 | QQ Guild
4.1.2
common
switch theme
search in API
simbot-component-qq-guild-core
/
love.forte.simbot.component.qguild
/
QQGuildInitException
QQGuild
Init
Exception
open
class
QQGuildInitException
:
RuntimeException
(
source
)
用于当
QGGuild
或
QGBot
等类型实现类内部初始化信息过程中出现的异常。
Author
ForteScarlet
Members
Constructors
QQGuild
Init
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
?