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

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

package com.github.davidmoten.grumpy.wms;

public class UnknownParameterException extends Exception {

    private static final long serialVersionUID = 4788825665080636000L;

    public UnknownParameterException(String message) {
        super(message);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy