org.apache.tapestry
Class RenderRewoundException

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

public class RenderRewoundException
extends ApplicationRuntimeException

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

Version:
$Id: RenderRewoundException.java,v 1.6 2004/02/19 17:37:36 hlship Exp $
Author:
Howard Lewis Ship
See Also:
Serialized Form

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

Constructor Detail

RenderRewoundException

public RenderRewoundException(Object component)