Package org.springframework.core.env
Class MissingRequiredPropertiesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.springframework.core.env.MissingRequiredPropertiesException
- All Implemented Interfaces:
Serializable
Exception thrown when required properties are not found.
- Since:
- 3.1
- Author:
- Chris Beams
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn the set of properties marked as required but not present upon validation.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingRequiredPropertiesException
public MissingRequiredPropertiesException()
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-
getMissingRequiredProperties
Return the set of properties marked as required but not present upon validation.
-