Class RenderQueueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.tapestry5.commons.internal.util.TapestryException
org.apache.tapestry5.internal.services.RenderQueueException
- All Implemented Interfaces:
Serializable
,Locatable
Exception used when rendering, to capture the stack of active components (for propery reporting in the exception
page).
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRenderQueueException
(String message, Object[] activeComponents, Throwable cause) -
Method Summary
Methods inherited from class org.apache.tapestry5.commons.internal.util.TapestryException
getLocation, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
RenderQueueException
-
-
Method Details
-
getActiveComponents
-