freemarker.template.compiler
Class NonNumericalException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--freemarker.template.TemplateException
                    |
                    +--freemarker.template.compiler.NonNumericalException
All Implemented Interfaces:
java.io.Serializable

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
See Also:
Serialized Form

Constructor Summary
NonNumericalException()
           
NonNumericalException(java.lang.String description)
           
 
Methods inherited from class freemarker.template.TemplateException
getCauseException, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NonNumericalException

public NonNumericalException()

NonNumericalException

public NonNumericalException(java.lang.String description)