Uses of Class
freemarker.core.UnexpectedTypeException
-
Packages that use UnexpectedTypeException Package Description freemarker.core The seldom used or advanced parts of the fundamental FreeMarker API, compared tofreemarker.template
. -
-
Uses of UnexpectedTypeException in freemarker.core
Subclasses of UnexpectedTypeException in freemarker.core Modifier and Type Class Description class
NonBooleanException
Indicates that aTemplateBooleanModel
value was expected, but the value had a different type.class
NonDateException
Indicates that aTemplateDateModel
value was expected, but the value had a different type.class
NonExtendedHashException
Indicates that aTemplateHashModelEx
value was expected, but the value had a different type.class
NonExtendedNodeException
Indicates that aTemplateNodeModelEx
value was expected, but the value had a different type.class
NonHashException
Indicates that aTemplateHashModel
value was expected, but the value had a different type.class
NonMarkupOutputException
Indicates that aTemplateMarkupOutputModel
value was expected, but the value had a different type.class
NonMethodException
Indicates that aTemplateMethodModel
value was expected, but the value had a different type.class
NonNodeException
Indicates that aTemplateNodeModel
value was expected, but the value had a different type.class
NonNumericalException
Indicates that aTemplateNumberModel
value was expected, but the value had a different type.class
NonSequenceException
Indicates that aTemplateSequenceModel
value was expected, but the value had a different type.class
NonSequenceOrCollectionException
Indicates that aTemplateSequenceModel
orTemplateCollectionModel
value was expected, but the value had a different type.class
NonStringException
Indicates that aTemplateScalarModel
value was expected (or maybe something that can be automatically coerced to that), but the value had a different type.class
NonStringOrTemplateOutputException
Indicates that aTemplateScalarModel
(or maybe something that can be automatically coerced to that) orTemplateMarkupOutputModel
value was expected, but the value had a different type.
-