org.apache.tapestry
Class RenderRewoundException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--org.apache.tapestry.ApplicationRuntimeException
|
+--org.apache.tapestry.RenderRewoundException
- All Implemented Interfaces:
- ILocatable, Serializable
- public class RenderRewoundException
- extends ApplicationRuntimeException
A special subclass of RequestCycleException
that can be thrown
when a component has determined that the state of the page has been
rewound.
- Version:
- $Id: RenderRewoundException.java,v 1.3 2003/05/30 19:43:01 hlship Exp $
- Author:
- Howard Lewis Ship
- See Also:
- Serialized Form
RenderRewoundException
public RenderRewoundException(Object component)