Uses of Class
io.helidon.config.ConfigException
-
Packages that use ConfigException Package Description io.helidon.config Provides interfaces and classes for loading and working with immutable, tree-structured configuration data.io.helidon.config.etcd Etcd configuration source.io.helidon.config.git Git configuration source.io.helidon.config.spi Configuration SPI that defines the behavior developers can implement to extend the config system. -
-
Uses of ConfigException in io.helidon.config
Subclasses of ConfigException in io.helidon.config Modifier and Type Class Description class
ConfigMappingException
Configuration value mapping exception.class
MissingValueException
Exception representing a specific failures related to a missing configuration value. -
Uses of ConfigException in io.helidon.config.etcd
Methods in io.helidon.config.etcd that throw ConfigException Modifier and Type Method Description protected ConfigParser.Content<Long>
EtcdConfigSource. content()
-
Uses of ConfigException in io.helidon.config.git
Methods in io.helidon.config.git that throw ConfigException Modifier and Type Method Description protected ConfigParser.Content<byte[]>
GitConfigSource. content()
-
Uses of ConfigException in io.helidon.config.spi
Subclasses of ConfigException in io.helidon.config.spi Modifier and Type Class Description class
ConfigParserException
Root class for exceptions thrown during config parsing.Methods in io.helidon.config.spi that throw ConfigException Modifier and Type Method Description default void
ConfigParser.Content. close()
protected abstract ConfigParser.Content<S>
AbstractParsableConfigSource. content()
Returns config source content.Optional<T>
Source. load()
Loads the underlying source data, converting it into anOptional
around the parameterized typeT
.protected abstract AbstractSource.Data<T,S>
AbstractSource. loadData()
Loads new data from config source.
-