public class MissingRequiredPropertiesException extends IllegalStateException
ConfigurablePropertyResolver.setRequiredProperties(String...)
,
ConfigurablePropertyResolver.validateRequiredProperties()
,
AbstractApplicationContext.prepareRefresh()
,
Serialized FormConstructor and Description |
---|
MissingRequiredPropertiesException() |
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
Set<String> |
getMissingRequiredProperties()
Return the set of properties marked as required but not present
upon validation.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public String getMessage()
getMessage
in class Throwable