
com.github.davidmoten.grumpy.wms.MissingMandatoryParameterException Maven / Gradle / Ivy
package com.github.davidmoten.grumpy.wms;
public class MissingMandatoryParameterException extends Exception {
private static final long serialVersionUID = -9206288232141856630L;
public MissingMandatoryParameterException(String parameter) {
super(parameter + " is a mandatory parameter and was missing");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy