Uses of Class
freemarker.core.UnformattableValueException
Packages that use UnformattableValueException
Package
Description
The seldom used or advanced parts of the fundamental FreeMarker API, compared to
freemarker.template.-
Uses of UnformattableValueException in freemarker.core
Subclasses of UnformattableValueException in freemarker.coreModifier and TypeClassDescriptionfinal classThrown when aTemplateDateModelcan't be formatted because its type isTemplateDateModel.UNKNOWN.final classThrown when a string can't be parsed toTemplateDateModel, because the provided target type isTemplateDateModel.UNKNOWN.Methods in freemarker.core that throw UnformattableValueExceptionModifier and TypeMethodDescriptionstatic NumberTemplateFormatUtil.getNonNullNumber(TemplateNumberModel numberModel) Utility method to extract theNumberfrom anTemplateNumberModel, and throwsTemplateModelExceptionwith a standard error message if that'snull.