org.mapfish.print.servlet.NoSuchAppException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of print-lib Show documentation
Show all versions of print-lib Show documentation
Library for generating PDFs and images from online webmapping services
package org.mapfish.print.servlet;
/**
* An exception that is thrown when a client requests an "app" that does not exist.
*/
public class NoSuchAppException extends Exception {
NoSuchAppException(final String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy