Package freemarker.core
Class TemplateValueFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- freemarker.core.TemplateValueFormatException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
InvalidFormatStringException,ParsingNotSupportedException,UnformattableValueException,UnparsableValueException
public abstract class TemplateValueFormatException extends java.lang.ExceptionError while getting, creating or applyingTemplateValueFormat-s (including its subclasses, likeTemplateNumberFormat).- Since:
- 2.3.24
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TemplateValueFormatException(java.lang.String message)TemplateValueFormatException(java.lang.String message, java.lang.Throwable cause)
-