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-core-spring-boot-starter-v2
/
love.forte.simbot.spring2.configuration.binder
/
DuplicateBinderIdException
Duplicate
Binder
Id
Exception
open
class
DuplicateBinderIdException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
IllegalArgumentException
(
source
)
如果注册
ParameterBinderFactory
时 id 出现重复
Members
Constructors
Duplicate
Binder
Id
Exception
Link copied to clipboard
constructor
(
message
:
String
,
cause
:
Throwable
?
=
null
)
Inherited properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
localized
Message
Link copied to clipboard
open
val
localizedMessage
:
String
?
message
Link copied to clipboard
open
val
message
:
String
?
stack
Trace
Link copied to clipboard
open
var
stackTrace
:
Array
<
out
StackTraceElement
?
>
?
suppressed
Link copied to clipboard
val
suppressed
:
Array
<
out
Throwable
?
>
?