Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
Exception
freemarker.template.TemplateException
freemarker.template.TemplateModelException
freemarker.ext.beans.InvalidPropertyException
public class InvalidPropertyException
extends TemplateModelException
Constructor Summary | |
|
Method Summary |
Methods inherited from class freemarker.template.TemplateException | |
getCause , getCauseException , getEnvironment , getFTLInstructionStack , printStackTrace , printStackTrace |
public InvalidPropertyException(String description)
Constructs a TemplateModelException with the specified detail message.
- Parameters:
description
- the detail message.