Uses of Class
org.springframework.boot.context.config.ConfigDataNotFoundException
Packages that use ConfigDataNotFoundException
Package
Description
External configuration support allowing 'application.properties' to be loaded and used
within a Spring Boot application.
-
Uses of ConfigDataNotFoundException in org.springframework.boot.context.config
Subclasses of ConfigDataNotFoundException in org.springframework.boot.context.configModifier and TypeClassDescriptionclass
ConfigDataNotFoundException
thrown when aConfigDataLocation
cannot be found.class
ConfigDataNotFoundException
thrown when aConfigDataResource
cannot be found.Methods in org.springframework.boot.context.config that throw ConfigDataNotFoundExceptionModifier and TypeMethodDescriptionStandardConfigDataLoader.load
(ConfigDataLoaderContext context, StandardConfigDataResource resource) StandardConfigDataLocationResolver.resolve
(ConfigDataLocationResolverContext context, ConfigDataLocation location)