public interface UncaughtExceptionHandler
CompressionFilter.
See CompressionFilter javadoc for why this exception needs to be handled
by us and can't just be handled by the servlet container like it does all others.| Modifier and Type | Field and Description |
|---|---|
static UncaughtExceptionHandler |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
void |
reportException(Throwable e,
javax.servlet.ServletContext context,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse rsp)
Called to render the exception as an HTTP response.
|
static final UncaughtExceptionHandler DEFAULT
void reportException(Throwable e, javax.servlet.ServletContext context, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse rsp) throws javax.servlet.ServletException, IOException
javax.servlet.ServletExceptionIOExceptionCopyright © 2014. All rights reserved.