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

org.mapfish.print.IllegalFileAccessException Maven / Gradle / Ivy

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