Uses of Interface
cc.carm.lib.configuration.function.ConfigExceptionHandler
Packages that use ConfigExceptionHandler
-
Uses of ConfigExceptionHandler in cc.carm.lib.configuration.function
Methods in cc.carm.lib.configuration.function that return ConfigExceptionHandlerModifier and TypeMethodDescriptionstatic @NotNull ConfigExceptionHandler
ConfigExceptionHandler.print()
static @NotNull ConfigExceptionHandler
ConfigExceptionHandler.silence()
-
Uses of ConfigExceptionHandler in cc.carm.lib.configuration.source
Fields in cc.carm.lib.configuration.source declared as ConfigExceptionHandlerModifier and TypeFieldDescriptionprotected @NotNull ConfigExceptionHandler
ConfigurationFactory.exceptionHandler
protected @NotNull ConfigExceptionHandler
ConfigurationHolder.exceptionHandler
Methods in cc.carm.lib.configuration.source with parameters of type ConfigExceptionHandlerModifier and TypeMethodDescriptionConfigurationFactory.exceptionally
(@NotNull ConfigExceptionHandler handler) void
ConfigurationHolder.exceptionally
(@NotNull ConfigExceptionHandler handler) Constructors in cc.carm.lib.configuration.source with parameters of type ConfigExceptionHandlerModifierConstructorDescriptionConfigurationHolder
(@NotNull ValueAdapterRegistry adapters, @NotNull ConfigurationOptionHolder options, @NotNull Map<String, ConfigurationMetaHolder> metadata, @NotNull ConfigurationInitializer initializer, @NotNull ConfigExceptionHandler exceptionHandler)