Package | Description |
---|---|
freemarker.core |
The seldom used or advanced parts of the fundamental FreeMarker API, compared to
freemarker.template . |
Modifier and Type | Class and Description |
---|---|
class |
NonBooleanException
A
TemplateException that
indicates that the internals expected an expression
to evaluate to a boolean value and it didn't. |
class |
NonDateException
Indicates that a date, time or date+time was expected.
|
class |
NonNumericalException
A
TemplateException that
indicates that the internals expected an expression
to evaluate to a numerical value and it didn't. |
class |
NonStringException
A
TemplateException that
indicates that the internals expected an expression
to evaluate to a string or numeric value and it didn't. |