Uses of Class
space.arim.dazzleconf.error.InvalidConfigException
Packages that use InvalidConfigException
Package
Description
Base package containing classes which most usage will involve.
Contains the hierarchy of config-related exceptions, primarily those relating to mistakes in user input.
Provides abstract
ConfigurationFactory implementations useful for
those implementing their own format support.Optional helper classes which reduce boilerplate related to common setups.
-
Uses of InvalidConfigException in space.arim.dazzleconf
Methods in space.arim.dazzleconf that throw InvalidConfigExceptionModifier and TypeMethodDescriptionConfigurationFactory.load(InputStream inputStream) Reads configuration data from an input streamConfigurationFactory.load(InputStream inputStream, C auxiliaryEntries) Reads configuration data from an input stream with the given auxiliary configuration instance.ConfigurationFactory.load(ReadableByteChannel readChannel) Reads configuration data from a readable channelConfigurationFactory.load(ReadableByteChannel readChannel, C auxiliaryEntries) Reads configuration data from a readable channel with the given auxiliary configuration instance. -
Uses of InvalidConfigException in space.arim.dazzleconf.error
Subclasses of InvalidConfigException in space.arim.dazzleconf.errorModifier and TypeClassDescriptionfinal classIndicates a value exists, but it itself violates some requirementclassIndicates the syntax of a specific config format is invalidclassGeneral exception indicating a problem with a specific configuration entryclassIndicates a specific key does not existclassIndicates a value is nonexistent (e.g. -
Uses of InvalidConfigException in space.arim.dazzleconf.factory
Methods in space.arim.dazzleconf.factory that throw InvalidConfigExceptionModifier and TypeMethodDescriptionBaseConfigurationFactory.load(InputStream inputStream) Deprecated.BaseConfigurationFactory.load(InputStream inputStream, C auxiliaryEntries) Deprecated.BaseConfigurationFactory.load(ReadableByteChannel readChannel) Deprecated.BaseConfigurationFactory.load(ReadableByteChannel readChannel, C auxiliaryEntries) Deprecated.final CConfigurationFormatFactory.load(InputStream inputStream) final CConfigurationFormatFactory.load(InputStream inputStream, C auxiliaryEntries) final CConfigurationFormatFactory.load(ReadableByteChannel readChannel) final CConfigurationFormatFactory.load(ReadableByteChannel readChannel, C auxiliaryEntries) protected abstract CBaseConfigurationFactory.loadFromReader(Reader reader) Deprecated.Reads config data from the specified readerprotected abstract CBaseConfigurationFactory.loadFromReader(Reader reader, C auxiliaryEntries) Deprecated.Reads config data from the specified reader with the given auxiliary entries.ConfigurationFormatFactory.loadMap(InputStream inputStream) Loads a map of config values from an input stream.ConfigurationFormatFactory.loadMap(ReadableByteChannel readChannel) Loads a map of config values from an input channel.HumanReadableConfigurationFactory.loadMap(InputStream inputStream) Loads a map of config values from a readerHumanReadableConfigurationFactory.loadMap(ReadableByteChannel readChannel) -
Uses of InvalidConfigException in space.arim.dazzleconf.helper
Methods in space.arim.dazzleconf.helper that throw InvalidConfigExceptionModifier and TypeMethodDescriptionConfigurationHelper.reloadConfigData()Loads/reloads the configuration data.