Uses of Package
space.arim.dazzleconf.error
Packages that use space.arim.dazzleconf.error
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.
Contains all API related to serializing and deserializing, commonly used for
adding custom config objects.
Allows arbitrary value validation beyond that provided by the type system
or annotations in
space.arim.dazzleconf.annote-
Classes in space.arim.dazzleconf.error used by space.arim.dazzleconf
-
Classes in space.arim.dazzleconf.error used by space.arim.dazzleconf.errorClassDescriptionIndicates a value exists, but it itself violates some requirementBuilder of
BadValueException.General exception indicating a problem with a specific configuration entryThrown to indicate an invalid configurationIndicates a specific key does not existIndicates a value is nonexistent (e.g. null) at a specific key -
Classes in space.arim.dazzleconf.error used by space.arim.dazzleconf.factoryClassDescriptionIndicates the syntax of a specific config format is invalidThrown to indicate an invalid configuration
-
Classes in space.arim.dazzleconf.error used by space.arim.dazzleconf.helper
-
Classes in space.arim.dazzleconf.error used by space.arim.dazzleconf.serialiserClassDescriptionIndicates a value exists, but it itself violates some requirementBuilder of
BadValueException. -
Classes in space.arim.dazzleconf.error used by space.arim.dazzleconf.validatorClassDescriptionIndicates a value exists, but it itself violates some requirement