Simple Robot
Toggle table of contents
4.11.0
jvm
Platform filter
jvm
Switch theme
Search in API
Simple Robot
simbot-core-spring-boot-starter
/
love.forte.simbot.spring.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
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?