public interface RenderExceptionHandler
RenderException
.Modifier and Type | Method and Description |
---|---|
void |
handleException(RenderException exception,
Appendable out)
Handles exception and can print informations to passed output.
|
void |
handleException(RenderException exception,
RenderingContext ctx)
Handles exception and provides informations from
RenderingContext . |
void handleException(RenderException exception, RenderingContext ctx)
RenderingContext
. Meant to be used in rendering process (in RenderingFilter
).void handleException(RenderException exception, Appendable out)
RenderingFilter
).Copyright © 2003–2016 Magnolia International Ltd.. All rights reserved.