Class MissingConfigurationValueException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.qytera.qtaf.core.config.exception.MissingConfigurationValueException
All Implemented Interfaces:
Serializable

public class MissingConfigurationValueException extends Exception
Exception thrown when a configuration value has not been set.
See Also:
  • Constructor Details

    • MissingConfigurationValueException

      public MissingConfigurationValueException(String key, ConfigMap configuration)
      Construct a new exception indicating that no value was provided for the given key.
      Parameters:
      key - the key whose value is missing
      configuration - the configuration which is missing the value