类 BindException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.boot.context.properties.bind.BindException
- 所有已实现的接口:
Serializable
,OriginProvider
Exception thrown when binding fails.
- 从以下版本开始:
- 2.0.0
- 作者:
- Phillip Webb, Madhura Bhave
- 另请参阅:
-
方法概要
-
方法详细资料
-
getName
Return the name of the configuration property being bound.- 返回:
- the configuration property name
-
getTarget
Return the target being bound.- 返回:
- the bind target
-
getProperty
Return the configuration property name of the item that was being bound.- 返回:
- the configuration property name
-
getOrigin
从接口复制的说明:OriginProvider
Return the source origin ornull
if the origin is not known.- 指定者:
getOrigin
在接口中OriginProvider
- 返回:
- the origin or
null
-