|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--org.webmacro.RethrowableException | +--org.webmacro.WebMacroException | +--org.webmacro.ContextException | +--org.webmacro.PropertyException | +--org.webmacro.PropertyException.NullValueException
NullValueException indicates that a variable or property exists, but evaluated to null in the context against which it was being evaluated.
Field Summary | |
java.lang.String |
variableName
|
Constructor Summary | |
PropertyException.NullValueException(java.lang.String variableName)
|
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 |
Field Detail |
public java.lang.String variableName
Constructor Detail |
public PropertyException.NullValueException(java.lang.String variableName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |