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

fr.vergne.pester.definition.AlreadyDefinedPropertyException Maven / Gradle / Ivy

The newest version!
package fr.vergne.pester.definition;

@SuppressWarnings("serial")
public class AlreadyDefinedPropertyException extends IllegalArgumentException {
	public AlreadyDefinedPropertyException(String propertyName) {
		super(propertyName + " is already defined");
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy