Class ParsingNotSupportedException

All Implemented Interfaces:
Serializable

public class ParsingNotSupportedException extends TemplateValueFormatException
Thrown when the TemplateValueFormat doesn't support parsing, and parsing was invoked.
Since:
2.3.24
See Also:
Serialized Form
  • Constructor Details

    • ParsingNotSupportedException

      public ParsingNotSupportedException(String message, Throwable cause)
    • ParsingNotSupportedException

      public ParsingNotSupportedException(String message)