类 UnboundConfigurationPropertiesException

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

public class UnboundConfigurationPropertiesException extends RuntimeException
BindException thrown when ConfigurationPropertySource elements were left unbound.
从以下版本开始:
2.0.0
作者:
Phillip Webb, Madhura Bhave
另请参阅:
  • 构造器详细资料

    • UnboundConfigurationPropertiesException

      public UnboundConfigurationPropertiesException(Set<ConfigurationProperty> unboundProperties)
  • 方法详细资料