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

Constructor Summary
ContextException()
           
ContextException(java.lang.String reason)
           
ContextException(java.lang.String reason, java.lang.Throwable e)
           
 
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
 

Constructor Detail

ContextException

public ContextException()

ContextException

public ContextException(java.lang.String reason)

ContextException

public ContextException(java.lang.String reason,
                        java.lang.Throwable e)