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

net.lamberto.configuration.ConfigurationException Maven / Gradle / Ivy

Go to download

A Guice module using Apache Commons Configuration for mapping named properties by using a type-based injection.

There is a newer version: 1.0.1
Show newest version
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