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

fr.vergne.pester.factory.IncompleteDefinitionException Maven / Gradle / Ivy

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

@SuppressWarnings("serial")
public class IncompleteDefinitionException extends RuntimeException {
	public IncompleteDefinitionException(String message) {
		super(message);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy