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

com.xlrit.gears.engine.error.InvalidChoiceException Maven / Gradle / Ivy

package com.xlrit.gears.engine.error;

public class InvalidChoiceException extends InvalidInputException {
	public InvalidChoiceException(String typeName, String value) {
		super(typeName, value);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy