public interface ExceptionRenderer
Modifier and Type | Method and Description |
---|---|
void |
renderException(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse,
WaybackRequest wbRequest,
WaybackException exception,
ResultURIConverter uriConverter)
Render the contents of a WaybackException in either html, javascript, or
css format, depending on the guessed context, so errors in embedded
documents do not cause unneeded errors in the embedding document.
|
void renderException(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, WaybackRequest wbRequest, WaybackException exception, ResultURIConverter uriConverter) throws javax.servlet.ServletException, IOException
httpRequest
- from Servlet handlinghttpResponse
- from Servlet handlingwbRequest
- as parsed by RequestParserexception
- specific WaybackException subclass thrownuriConverter
- for the AccessPoint handling the requestjavax.servlet.ServletException
- per usualIOException
- per usualCopyright © 2005–2015 IIPC. All rights reserved.