java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.boot.context.properties.bind.BindException
所有已实现的接口:
Serializable, OriginProvider

public class BindException extends RuntimeException implements OriginProvider
Exception thrown when binding fails.
从以下版本开始:
2.0.0
作者:
Phillip Webb, Madhura Bhave
另请参阅:
  • 方法详细资料

    • getName

      public ConfigurationPropertyName getName()
      Return the name of the configuration property being bound.
      返回:
      the configuration property name
    • getTarget

      public Bindable<?> getTarget()
      Return the target being bound.
      返回:
      the bind target
    • getProperty

      public ConfigurationProperty getProperty()
      Return the configuration property name of the item that was being bound.
      返回:
      the configuration property name
    • getOrigin

      public Origin getOrigin()
      从接口复制的说明: OriginProvider
      Return the source origin or null if the origin is not known.
      指定者:
      getOrigin 在接口中 OriginProvider
      返回:
      the origin or null