Uses of Class
freemarker.core.UnexpectedTypeException
Packages that use UnexpectedTypeException
Package
Description
The seldom used or advanced parts of the fundamental FreeMarker API, compared to
freemarker.template
.-
Uses of UnexpectedTypeException in freemarker.core
Subclasses of UnexpectedTypeException in freemarker.coreModifier and TypeClassDescriptionclass
Indicates that aTemplateBooleanModel
value was expected, but the value had a different type.class
Indicates that aTemplateDateModel
value was expected, but the value had a different type.class
Indicates that aTemplateHashModelEx
value was expected, but the value had a different type.class
Indicates that aTemplateNodeModelEx
value was expected, but the value had a different type.class
Indicates that aTemplateHashModel
value was expected, but the value had a different type.class
Indicates that aTemplateMarkupOutputModel
value was expected, but the value had a different type.class
Indicates that aTemplateMethodModel
value was expected, but the value had a different type.class
Indicates that aTemplateNodeModel
value was expected, but the value had a different type.class
Indicates that aTemplateNumberModel
value was expected, but the value had a different type.class
Indicates that aTemplateSequenceModel
value was expected, but the value had a different type.class
Indicates that aTemplateSequenceModel
orTemplateCollectionModel
value was expected, but the value had a different type.class
Indicates that aTemplateScalarModel
value was expected (or maybe something that can be automatically coerced to that), but the value had a different type.class
Indicates that aTemplateScalarModel
(or maybe something that can be automatically coerced to that) orTemplateMarkupOutputModel
value was expected, but the value had a different type.