public class MissingRequiredPropertiesException extends IllegalStateException
ConfigurablePropertyResolver.setRequiredProperties(String...), 
ConfigurablePropertyResolver.validateRequiredProperties(), 
org.springframework.context.support.AbstractApplicationContext#prepareRefresh(), 
Serialized Form| Constructor 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, toStringpublic String getMessage()
getMessage in class Throwable