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