org.webmacro
Class PropertyException.UndefinedVariableException

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.UndefinedVariableException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
PropertyException

public static class PropertyException.UndefinedVariableException
extends PropertyException

UndefinedVariableException indicates that the variable did not have the requested method.

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
 
Constructor Summary
PropertyException.UndefinedVariableException()
           
 
Method Summary
 java.lang.String getMessage()
          Overloaded to return the reason specified during construction plus the context location, if any.
 void setMessage(java.lang.String msg)
           
 
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
 

Constructor Detail

PropertyException.UndefinedVariableException

public PropertyException.UndefinedVariableException()
Method Detail

getMessage

public java.lang.String getMessage()
Overloaded to return the reason specified during construction plus the context location, if any.

Overrides:
getMessage in class PropertyException

setMessage

public void setMessage(java.lang.String msg)
Overrides:
setMessage in class PropertyException