|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.webmacro.RethrowableException
org.webmacro.WebMacroException
org.webmacro.ContextException
org.webmacro.PropertyException
org.webmacro.PropertyException.NoSuchVariableException
NoSuchVariableException indicates that a variable did not exist in the context against which it was being evaluated.
Nested Class Summary |
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 |
public java.lang.String variableName
Constructor Detail |
public PropertyException.NoSuchVariableException(java.lang.String variableName)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |