Class InvalidFormatParametersException

All Implemented Interfaces:
Serializable

public final class InvalidFormatParametersException extends InvalidFormatStringException
Used when creating TemplateDateFormat-s and TemplateNumberFormat-s to indicate that the parameters part of the format string (like some kind of pattern) is malformed.
Since:
2.3.24
See Also:
Serialized Form
  • Constructor Details

    • InvalidFormatParametersException

      public InvalidFormatParametersException(String message, Throwable cause)
    • InvalidFormatParametersException

      public InvalidFormatParametersException(String message)