Package org.mapfish.print.output
Class AttributeParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mapfish.print.output.AttributeParsingException
- All Implemented Interfaces:
Serializable
An exception that is thrown if an unexpected error occurs while parsing attributes into the
Values object.
-
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
-
AttributeParsingException
Constructor.- Parameters:
errorMsg
- the message with debug info.cause
- the exception that was thrown.
-