Package freemarker.core
Class InvalidReferenceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- freemarker.template.TemplateException
-
- freemarker.core.InvalidReferenceException
-
- All Implemented Interfaces:
Serializable
public class InvalidReferenceException extends TemplateException
A subclass of TemplateException that says there is no value associated with a given expression.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidReferenceException(Environment env)InvalidReferenceException(String description, Environment env)
-
Method Summary
-
Methods inherited from class freemarker.template.TemplateException
getCauseException, getEnvironment, getFTLInstructionStack, getFTLStack, printStackTrace, printStackTrace
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidReferenceException
public InvalidReferenceException(Environment env)
-
InvalidReferenceException
public InvalidReferenceException(String description, Environment env)
-
-