freemarker.ext.beans

Class InvalidPropertyException


public class InvalidPropertyException
extends TemplateModelException

An exception thrown when there is an attempt to access an invalid bean property when we are in a "strict bean" mode
Author:
Jonathan Revusky

Constructor Summary

InvalidPropertyException(String description)
Constructs a TemplateModelException with the specified detail message.

Method Summary

Methods inherited from class freemarker.template.TemplateException

getCause, getCauseException, getEnvironment, getFTLInstructionStack, printStackTrace, printStackTrace

Constructor Details

InvalidPropertyException

public InvalidPropertyException(String description)
Constructs a TemplateModelException with the specified detail message.
Parameters:
description - the detail message.