Simple Robot
Toggle table of contents
4.11.0
jvm
Platform filter
jvm
Switch theme
Search in API
Simple Robot
simbot-quantcat-common
/
love.forte.simbot.quantcat.common.binder
/
BindException
Bind
Exception
jvm
open
class
BindException
:
IllegalStateException
(
source
)
当
ParameterBinder.arg
中出现了异常。
Members
Constructors
Bind
Exception
Link copied to clipboard
jvm
constructor
(
)
constructor
(
message
:
String
?
)
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
constructor
(
cause
:
Throwable
?
)
Properties
cause
Link copied to clipboard
jvm
open
val
cause
:
Throwable
?
message
Link copied to clipboard
jvm
open
val
message
:
String
?