Class UnparsableValueException

All Implemented Interfaces:
Serializable

public class UnparsableValueException extends TemplateValueFormatException
Thrown when the content of the string that should be parsed by the TemplateValueFormat doesn't match what the format expects.
Since:
2.3.24
See Also:
Serialized Form
  • Constructor Details

    • UnparsableValueException

      public UnparsableValueException(String message, Throwable cause)
    • UnparsableValueException

      public UnparsableValueException(String message)