open class MissingRequiredPropertiesException : IllegalStateException
Exception thrown when required properties are not found.
Author
Chris Beams
Since
3.1
See Also
ConfigurablePropertyResolver#setRequiredProperties(String...)ConfigurablePropertyResolver#validateRequiredProperties()org.springframework.context.support.AbstractApplicationContext#prepareRefresh()
MissingRequiredPropertiesException()
Exception thrown when required properties are not found. |
open val message: String |
open fun getMissingRequiredProperties(): MutableSet<String>
Return the set of properties marked as required but not present upon validation. |