Simple Robot
Toggle table of contents
5.0.0-Preview2
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
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
?
)
Inherited properties
cause
Link copied to clipboard
jvm
open
val
cause
:
Throwable
?
localized
Message
Link copied to clipboard
jvm
open
val
localizedMessage
:
String
?
message
Link copied to clipboard
jvm
open
val
message
:
String
?
stack
Trace
Link copied to clipboard
jvm
open
var
stackTrace
:
Array
<
out
StackTraceElement
?
>
?
suppressed
Link copied to clipboard
jvm
val
suppressed
:
Array
<
out
Throwable
?
>
?