|
|||||||||||
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.UnsettableException
This exception is thrown on attempt to set something that is not settable.
ContextTool
,
Serialized FormConstructor Summary | |
UnsettableException(java.lang.String reason)
Constructor only requires a reason |
Methods inherited from class org.webmacro.WebMacroException |
getContextLocation, getMessage, 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 |
public UnsettableException(java.lang.String reason)
reason
- explains what went wrong
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |