org.webmacro
Class PropertyException.NoSuchVariableException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.webmacro.RethrowableException
              extended byorg.webmacro.WebMacroException
                  extended byorg.webmacro.ContextException
                      extended byorg.webmacro.PropertyException
                          extended byorg.webmacro.PropertyException.NoSuchVariableException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
PropertyException

public static class PropertyException.NoSuchVariableException
extends PropertyException

NoSuchVariableException indicates that a variable did not exist in the context against which it was being evaluated.

See Also:
Serialized Form

Nested Class Summary
 
Nested 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.UndefinedVariableException, PropertyException.VoidValueException
 
Field Summary
 java.lang.String variableName
           
 
Constructor Summary
PropertyException.NoSuchVariableException(java.lang.String variableName)
           
 
Methods inherited from class org.webmacro.PropertyException
getMessage, setMessage
 
Methods inherited from class org.webmacro.WebMacroException
getContextLocation, setContextLocation
 
Methods inherited from class org.webmacro.RethrowableException
getCaught, getCause, getRootCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

variableName

public java.lang.String variableName
Constructor Detail

PropertyException.NoSuchVariableException

public PropertyException.NoSuchVariableException(java.lang.String variableName)


Copyright © 1999-2006 WebMacro. All Rights Reserved.