Uses of Class
org.springframework.boot.context.config.ConfigDataException
Package
Description
External configuration support allowing 'application.properties' to be loaded and used
within a Spring Boot application.
-
Uses of ConfigDataException in org.springframework.boot.context.config
Modifier and TypeClassDescriptionclass
ConfigDataNotFoundException
thrown when aConfigDataLocation
cannot be found.class
ConfigDataNotFoundException
thrown when aConfigData
cannot be found.class
ConfigDataNotFoundException
thrown when aConfigDataResource
cannot be found.class
Exception thrown when an attempt is made to resolve a property against an inactiveConfigData
property source.class
Exception thrown if an invalid property is found when processing config data.class
Exception throw if aConfigDataLocation
is not supported.