freemarker.core
Class InvalidReferenceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byfreemarker.template.TemplateException
              extended byfreemarker.core.InvalidReferenceException
All Implemented Interfaces:
java.io.Serializable

public class InvalidReferenceException
extends TemplateException

A subclass of TemplateException that says there is no value associated with a given expression.

Author:
Jonathan Revusky
See Also:
Serialized Form

Constructor Summary
InvalidReferenceException(Environment env)
           
InvalidReferenceException(java.lang.String description, Environment env)
           
 
Methods inherited from class freemarker.template.TemplateException
getCause, getCauseException, getEnvironment, getFTLInstructionStack, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidReferenceException

public InvalidReferenceException(Environment env)

InvalidReferenceException

public InvalidReferenceException(java.lang.String description,
                                 Environment env)