freemarker.core

Class NonNumericalException


public class NonNumericalException
extends TemplateException

A subclass of TemplateException that indicates that the internals expected an expression to evaluate to a numerical value and it didn't.
Author:
Jonathan Revusky

Constructor Summary

NonNumericalException(String description, Environment env)
NonNumericalException(Environment env)

Method Summary

Methods inherited from class freemarker.template.TemplateException

getCause, getCauseException, getEnvironment, getFTLInstructionStack, printStackTrace, printStackTrace

Constructor Details

NonNumericalException

public NonNumericalException(String description,
                             Environment env)

NonNumericalException

public NonNumericalException(Environment env)