Package org.mapfish.print.config
Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mapfish.print.config.ConfigurationException
- All Implemented Interfaces:
Serializable
Represents an error made in the config.yaml file.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConfigurationException
(String message) Constructor.ConfigurationException
(String message, Throwable cause) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfigurationException
Constructor.- Parameters:
message
- the error message.
-
ConfigurationException
Constructor.- Parameters:
message
- the error message.cause
- an exception that is the true cause of the error.
-