freemarker.ext.beans
Class InvalidPropertyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by freemarker.template.TemplateException
              extended by freemarker.template.TemplateModelException
                  extended by freemarker.ext.beans.InvalidPropertyException
All Implemented Interfaces:
java.io.Serializable

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
See Also:
Serialized Form

Constructor Summary
InvalidPropertyException(java.lang.String description)
           
 
Method Summary
 
Methods inherited from class freemarker.template.TemplateException
getCause, getCauseException, getEnvironment, getFTLInstructionStack, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidPropertyException

public InvalidPropertyException(java.lang.String description)