Package freemarker.core
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
Error while getting, creating or applying
TemplateValueFormat
-s (including its subclasses, like
TemplateNumberFormat
).- Since:
- 2.3.24
- See Also:
- Serialized Form
-
Constructor Summary
ConstructorDescriptionTemplateValueFormatException(String message)
TemplateValueFormatException(String message, Throwable cause)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TemplateValueFormatException
-
TemplateValueFormatException
-