Uses of Class
tech.guilhermekaua.spigotboot.config.exception.ConfigException
Packages that use ConfigException
Package
Description
-
Uses of ConfigException in tech.guilhermekaua.spigotboot.config.binding
Methods in tech.guilhermekaua.spigotboot.config.binding that throw ConfigException -
Uses of ConfigException in tech.guilhermekaua.spigotboot.config.exception
Subclasses of ConfigException in tech.guilhermekaua.spigotboot.config.exceptionModifier and TypeClassDescriptionclassException thrown when serialization or deserialization fails. -
Uses of ConfigException in tech.guilhermekaua.spigotboot.config.loader
Methods in tech.guilhermekaua.spigotboot.config.loader that throw ConfigExceptionModifier and TypeMethodDescription@NotNull ConfigNodeConfigLoader.load(@NotNull ConfigSource source) Loads configuration from the given source.@NotNull ConfigNodeYamlConfigLoader.load(@NotNull ConfigSource source) voidConfigLoader.save(@NotNull ConfigNode node, @NotNull ConfigSource target) Saves configuration to the given target.voidYamlConfigLoader.save(@NotNull ConfigNode node, @NotNull ConfigSource target)