toggle menu
simbot-api
4.0.0-dev1
common
switch theme
search in API
simbot-api
/
love.forte.simbot.component
/
ComponentAlreadyExistsException
Component
Already
Exists
Exception
class
ComponentAlreadyExistsException
:
ComponentException
Component 已经存在时
Members
Constructors
Component
Already
Exists
Exception
Link copied to clipboard
constructor
(
)
constructor
(
message
:
String
?
)
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
constructor
(
cause
:
Throwable
?
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?