Class AttributeParsingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mapfish.print.output.AttributeParsingException
All Implemented Interfaces:
Serializable

public final class AttributeParsingException extends RuntimeException
An exception that is thrown if an unexpected error occurs while parsing attributes into the Values object.
See Also:
  • Constructor Details

    • AttributeParsingException

      public AttributeParsingException(String errorMsg, Throwable cause)
      Constructor.
      Parameters:
      errorMsg - the message with debug info.
      cause - the exception that was thrown.