freemarker.core

Class InvalidReferenceException


public class InvalidReferenceException
extends TemplateException

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

Constructor Summary

InvalidReferenceException(String description, Environment env)
InvalidReferenceException(Environment env)

Method Summary

Methods inherited from class freemarker.template.TemplateException

getCause, getCauseException, getEnvironment, getFTLInstructionStack, printStackTrace, printStackTrace

Constructor Details

InvalidReferenceException

public InvalidReferenceException(String description,
                                 Environment env)

InvalidReferenceException

public InvalidReferenceException(Environment env)