
hu.meza.tools.config.ConfigurationNotFoundException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of config Show documentation
Show all versions of config Show documentation
A configuration interface that makes configuration playful
The newest version!
package hu.meza.tools.config;
public class ConfigurationNotFoundException extends RuntimeException {
public ConfigurationNotFoundException(String configKey) {
super(String.format("Could not find configuration key: %s", configKey));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy