Class UnboundConfigurationPropertiesException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.boot.context.properties.bind.UnboundConfigurationPropertiesException
All Implemented Interfaces:
Serializable

public class UnboundConfigurationPropertiesException extends RuntimeException
BindException thrown when ConfigurationPropertySource elements were left unbound.
Since:
2.0.0
Author:
Phillip Webb, Madhura Bhave
See Also:
  • Constructor Details

    • UnboundConfigurationPropertiesException

      public UnboundConfigurationPropertiesException(Set<ConfigurationProperty> unboundProperties)
  • Method Details