net.lamberto.configuration.ConfigurationException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of guice-commons-configuration Show documentation
Show all versions of guice-commons-configuration Show documentation
A Guice module using Apache Commons Configuration for mapping named properties by using a type-based injection.
package net.lamberto.configuration;
public class ConfigurationException extends RuntimeException {
private static final long serialVersionUID = 1L;
public ConfigurationException(final String arg0) {
super(arg0);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy