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