![JAR search and dependency download from the Maven repository](/logo.png)
it.uniroma2.art.coda.exception.ValueNotPresentDueToConfigurationException Maven / Gradle / Ivy
package it.uniroma2.art.coda.exception;
public class ValueNotPresentDueToConfigurationException extends Exception {
public ValueNotPresentDueToConfigurationException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy