![JAR search and dependency download from the Maven repository](/logo.png)
com.github.davidmoten.grumpy.wms.MissingMandatoryParameterException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of grumpy-ogc Show documentation
Show all versions of grumpy-ogc Show documentation
OGC tools including WMS server
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