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 classNonBooleanExceptionIndicates that aTemplateBooleanModelvalue was expected, but the value had a different type.classNonDateExceptionIndicates that aTemplateDateModelvalue was expected, but the value had a different type.classNonExtendedHashExceptionIndicates that aTemplateHashModelExvalue was expected, but the value had a different type.classNonExtendedNodeExceptionIndicates that aTemplateNodeModelExvalue was expected, but the value had a different type.classNonHashExceptionIndicates that aTemplateHashModelvalue was expected, but the value had a different type.classNonMarkupOutputExceptionIndicates that aTemplateMarkupOutputModelvalue was expected, but the value had a different type.classNonMethodExceptionIndicates that aTemplateMethodModelvalue was expected, but the value had a different type.classNonNodeExceptionIndicates that aTemplateNodeModelvalue was expected, but the value had a different type.classNonNumericalExceptionIndicates that aTemplateNumberModelvalue was expected, but the value had a different type.classNonSequenceExceptionIndicates that aTemplateSequenceModelvalue was expected, but the value had a different type.classNonSequenceOrCollectionExceptionIndicates that aTemplateSequenceModelorTemplateCollectionModelvalue was expected, but the value had a different type.classNonStringExceptionIndicates that aTemplateScalarModelvalue was expected (or maybe something that can be automatically coerced to that), but the value had a different type.classNonStringOrTemplateOutputExceptionIndicates that aTemplateScalarModel(or maybe something that can be automatically coerced to that) orTemplateMarkupOutputModelvalue was expected, but the value had a different type.
-