Package org.mapfish.print
Class IllegalFileAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mapfish.print.IllegalFileAccessException
- All Implemented Interfaces:
Serializable
Indicates there was an attempt to load a file that was not in the configuration directory.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalFileAccessException
Constructor.- Parameters:
msg
- the error message
-