|
||||||||||
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.NullToStringException
NullStringException indicates that a variable exists but its .toString() method returns null
Field Summary | |
java.lang.String |
variableName
|
Constructor Summary | |
PropertyException.NullToStringException(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.NullToStringException(java.lang.String variableName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |