
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