Uses of Class
space.arim.dazzleconf.error.MissingValueException
Packages that use MissingValueException
Package
Description
Contains the hierarchy of config-related exceptions, primarily those relating to mistakes in user input.
-
Uses of MissingValueException in space.arim.dazzleconf.error
Methods in space.arim.dazzleconf.error that return MissingValueExceptionModifier and TypeMethodDescriptionstatic MissingValueExceptionCreates the exception using the given keystatic MissingValueExceptionMissingValueException.forKeyAndMessage(String key, CharSequence message) Creates the exception with the given key and messagestatic MissingValueExceptionMissingValueException.forKeyAndMessage(String key, String message) Creates the exception with the given key and message