Uses of Class
org.sentrysoftware.metricshub.engine.common.exception.InvalidConfigurationException
Packages that use InvalidConfigurationException
Package
Description
-
Uses of InvalidConfigurationException in org.sentrysoftware.metricshub.engine.common.helpers
Methods in org.sentrysoftware.metricshub.engine.common.helpers that throw InvalidConfigurationExceptionModifier and TypeMethodDescriptionstatic <T> voidStringHelper.validateConfigurationAttribute(T attribute, Predicate<T> errorChecker, Supplier<String> messageSupplier) Validate the attribute against a predetermined test -
Uses of InvalidConfigurationException in org.sentrysoftware.metricshub.engine.configuration
Methods in org.sentrysoftware.metricshub.engine.configuration that throw InvalidConfigurationExceptionModifier and TypeMethodDescriptionvoidIConfiguration.validateConfiguration(String resourceKey) Validates the current configuration for the given configured resource key. -
Uses of InvalidConfigurationException in org.sentrysoftware.metricshub.engine.extension
Methods in org.sentrysoftware.metricshub.engine.extension that throw InvalidConfigurationExceptionModifier and TypeMethodDescriptionIProtocolExtension.buildConfiguration(String configurationType, com.fasterxml.jackson.databind.JsonNode jsonNode, UnaryOperator<char[]> decrypt) Creates and returns a configuration object of the specified type based on the provided JSON node.ExtensionManager.buildConfigurationFromJsonNode(String configurationType, com.fasterxml.jackson.databind.JsonNode configurationJsonNode, UnaryOperator<char[]> decrypt) Constructs a configuration object from a given JSON node based on the specified configuration type.