org.mapfish.print.IllegalFileAccessException 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;
/**
* Indicates there was an attempt to load a file that was not in the configuration directory.
*/
public class IllegalFileAccessException extends RuntimeException {
/**
* Constructor.
*
* @param msg the error message
*/
public IllegalFileAccessException(final String msg) {
super(msg);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy