Class RenderQueueException
-
-
-
-
- org.apache.tapestry5.commons.internal.util.TapestryException
-
- org.apache.tapestry5.internal.services.RenderQueueException
-
-
-
-
- All Implemented Interfaces:
,
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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description []
getActiveComponents()
-
Methods inherited from class org.apache.tapestry5.commons.internal.util.TapestryException
getLocation, toString
-
-
-
-
Method Detail
-
getActiveComponents
public [] getActiveComponents()
-
-