Class TemplateValueFormatException

java.lang.Object
java.lang.Throwable
java.lang.Exception
freemarker.core.TemplateValueFormatException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidFormatStringException, ParsingNotSupportedException, UnformattableValueException, UnparsableValueException

public abstract class TemplateValueFormatException extends Exception
Error while getting, creating or applying TemplateValueFormat-s (including its subclasses, like TemplateNumberFormat).
Since:
2.3.24
See Also:
Serialized Form
  • Constructor Details

    • TemplateValueFormatException

      public TemplateValueFormatException(String message, Throwable cause)
    • TemplateValueFormatException

      public TemplateValueFormatException(String message)