org.webmacro
Class ContextException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.webmacro.RethrowableException
|
+--org.webmacro.WebMacroException
|
+--org.webmacro.ContextException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- PropertyException, UnsettableException
- public class ContextException
- extends WebMacroException
The context supplied to a macro did not contain information that
the macro required in order to write or evaluate itself, or there
was some problem with the way the Context was used.
- See Also:
- Serialized Form
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 |
ContextException
public ContextException()
ContextException
public ContextException(java.lang.String reason)
ContextException
public ContextException(java.lang.String reason,
java.lang.Throwable e)