Uses of Class
dev.voidframework.core.exception.RemoteConfigurationException
Packages that use RemoteConfigurationException
-
Uses of RemoteConfigurationException in dev.voidframework.core.exception
Subclasses of RemoteConfigurationException in dev.voidframework.core.exceptionModifier and TypeClassDescriptionstatic classThis exception indicate that provider can't be instantiated / used.static classThis exception indicate that a value was not valid.static classThis exception indicate that provider fail to fetch remote configuration.static classThis exception indicate that provider does not exist.static classThis exception indicate that file can't be saved. -
Uses of RemoteConfigurationException in dev.voidframework.core.remoteconfiguration
Methods in dev.voidframework.core.remoteconfiguration that throw RemoteConfigurationExceptionModifier and TypeMethodDescriptionvoidRemoteConfigurationProvider.loadConfiguration(com.typesafe.config.Config configuration, Consumer<KeyValueCfgObject> keyValueObjConsumer, Consumer<FileCfgObject> fileObjConsumer) Loads the configuration.