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
BindException
thrown when ConfigurationPropertySource
elements were
left unbound.- Since:
- 2.0.0
- Author:
- Phillip Webb, Madhura Bhave
- See Also:
-
Constructor Summary
ConstructorDescriptionUnboundConfigurationPropertiesException
(Set<ConfigurationProperty> unboundProperties) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnboundConfigurationPropertiesException
-
-
Method Details
-
getUnboundProperties
-