Simple Robot
Toggle table of contents
4.12.0
common
Platform filter
common
Switch theme
Search in API
Simple Robot
simbot-api
/
love.forte.simbot.bot
/
UnsupportedBotConfigurationException
Unsupported
Bot
Configuration
Exception
open
class
UnsupportedBotConfigurationException
:
IllegalArgumentException
(
source
)
See also
Bot
Plugin
Auto
Configurable
Bot
Plugin
Members
Constructors
Unsupported
Bot
Configuration
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
?