org.apache.tapestry
Class RenderRewoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.apache.hivemind.ApplicationRuntimeException
                  extended byorg.apache.tapestry.RenderRewoundException
All Implemented Interfaces:
org.apache.hivemind.Locatable, java.io.Serializable

public class RenderRewoundException
extends org.apache.hivemind.ApplicationRuntimeException

A special subclass of ApplicationRuntimeException that can be thrown when a component has determined that the state of the page has been rewound.

Author:
Howard Lewis Ship
See Also:
Serialized Form

Constructor Summary
RenderRewoundException(java.lang.Object component)
           
 
Methods inherited from class org.apache.hivemind.ApplicationRuntimeException
getCause, getComponent, getLocation, getRootCause, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RenderRewoundException

public RenderRewoundException(java.lang.Object component)