Class InvalidFormatStringException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidFormatParametersException, UndefinedCustomFormatException

public abstract class InvalidFormatStringException extends TemplateValueFormatException
Used when creating TemplateDateFormat-s and TemplateNumberFormat-s to indicate that the format string (like the value of the dateFormat setting) is malformed.
Since:
2.3.24
See Also:
Serialized Form
  • Constructor Details

    • InvalidFormatStringException

      public InvalidFormatStringException(String message, Throwable cause)
    • InvalidFormatStringException

      public InvalidFormatStringException(String message)