org.apache.tapestry5.internal.services
Class RenderQueueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.tapestry5.ioc.internal.util.TapestryException
org.apache.tapestry5.internal.services.RenderQueueException
- All Implemented Interfaces:
- Serializable, Locatable
public class RenderQueueException
- extends TapestryException
Exception used when rendering, to capture the stack of active components (for propery reporting in the exception
page).
- See Also:
- Serialized Form
RenderQueueException
public RenderQueueException(String message,
Object[] activeComponents,
Throwable cause)
getActiveComponents
public Object[] getActiveComponents()
Copyright © 2003-2012 The Apache Software Foundation.