Class MissingConfigurationValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.qytera.qtaf.core.config.exception.MissingConfigurationValueException
- All Implemented Interfaces:
Serializable
Exception thrown when a configuration value has not been set.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMissingConfigurationValueException(String key, ConfigMap configuration) Construct a new exception indicating that no value was provided for the given key. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingConfigurationValueException
Construct a new exception indicating that no value was provided for the given key.- Parameters:
key- the key whose value is missingconfiguration- the configuration which is missing the value
-