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
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
-
-
Constructor Summary
Constructors Constructor Description RenderQueueException(String message, Object[] activeComponents, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object[]
getActiveComponents()
-
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 Detail
-
RenderQueueException
public RenderQueueException(String message, Object[] activeComponents, Throwable cause)
-
-
Method Detail
-
getActiveComponents
public Object[] getActiveComponents()
-
-