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

com.github.davidmoten.grumpy.wms.MissingMandatoryParameterException Maven / Gradle / Ivy

There is a newer version: 0.4.8
Show newest version
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