Save This Page
Home » freemarker-2.3.13 » freemarker.core » [javadoc | source]
freemarker.core
public class: InvalidReferenceException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         freemarker.template.TemplateException
            freemarker.core.InvalidReferenceException

All Implemented Interfaces:
    Serializable

A subclass of TemplateException that says there is no value associated with a given expression.
Constructor:
 public InvalidReferenceException(Environment env) 
 public InvalidReferenceException(String description,
    Environment env) 
Methods from freemarker.template.TemplateException:
getCause,   getCauseException,   getEnvironment,   getFTLInstructionStack,   printStackTrace,   printStackTrace
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait