freemarker.core
Class NonStringException
public class NonStringException
A subclass of TemplateException that
indicates that the internals expected an expression
to evaluate to a string or numeric value and it didn't.
NonStringException
public NonStringException(String description,
Environment env)
Constructs a TemplateException with the given detail message,
but no underlying cause exception.
description
- the description of the error that occurred
NonStringException
public NonStringException(Environment env)
Constructs a TemplateException with no specified detail message
or underlying cause.