All Downloads are FREE. Search and download functionalities are using the official Maven repository.

hu.meza.tools.config.ConfigurationNotFoundException Maven / Gradle / Ivy

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