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 class
UnknownDateTypeFormattingUnsupportedException
Thrown when aTemplateDateModel
can't be formatted because its type isTemplateDateModel.UNKNOWN
.class
UnknownDateTypeParsingUnsupportedException
Thrown 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.Number
TemplateFormatUtil. getNonNullNumber(TemplateNumberModel numberModel)
Utility method to extract theNumber
from anTemplateNumberModel
, and throwsTemplateModelException
with a standard error message if that'snull
.
-