Package | Description |
---|---|
org.springframework.boot.context.config |
External configuration support allowing 'application.properties' to be loaded and used
within a Spring Boot application.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigDataLocationNotFoundException
ConfigDataNotFoundException thrown when a ConfigDataLocation cannot be
found. |
class |
ConfigDataNotFoundException
ConfigDataNotFoundException thrown when a ConfigData cannot be found. |
class |
ConfigDataResourceNotFoundException
ConfigDataNotFoundException thrown when a ConfigDataResource cannot be
found. |
class |
InactiveConfigDataAccessException
Exception thrown when an attempt is made to resolve a property against an inactive
ConfigData property source. |
class |
InvalidConfigDataPropertyException
Exception thrown if an invalid property is found when processing config data.
|
class |
UnsupportedConfigDataLocationException
Exception throw if a
ConfigDataLocation is not supported. |