org.webmacro
Class PropertyException.RestrictedMethodException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.webmacro.RethrowableException
                    |
                    +--org.webmacro.WebMacroException
                          |
                          +--org.webmacro.ContextException
                                |
                                +--org.webmacro.PropertyException
                                      |
                                      +--org.webmacro.PropertyException.RestrictedMethodException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
PropertyException

public static class PropertyException.RestrictedMethodException
extends PropertyException

RestrictedMethodException indicates that the requested method may not be invoked from a template due to security constraints

See Also:
Serialized Form

Inner classes inherited from class org.webmacro.PropertyException
PropertyException.InvalidTypeException, PropertyException.NoSuchMethodException, PropertyException.NoSuchMethodWithArgumentsException, PropertyException.NoSuchPropertyException, PropertyException.NoSuchVariableException, PropertyException.NullToStringException, PropertyException.NullValueException, PropertyException.RestrictedMethodException, PropertyException.RestrictedPropertyException, PropertyException.VoidValueException
 
Constructor Summary
PropertyException.RestrictedMethodException(java.lang.String propertyName, java.lang.String variableName, java.lang.String className)
           
 
Methods inherited from class org.webmacro.RethrowableException
getCaught, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyException.RestrictedMethodException

public PropertyException.RestrictedMethodException(java.lang.String propertyName,
                                                   java.lang.String variableName,
                                                   java.lang.String className)