public class ExceptionFilterChain extends java.lang.Object implements FilterChain
| Constructor and Description |
|---|
ExceptionFilterChain(java.lang.Throwable exn)
Create the exception filter chain.
|
| Modifier and Type | Method and Description |
|---|---|
void |
doFilter(ServletRequest request,
ServletResponse response)
Invokes the final servlet at the end of the chain.
|
java.lang.String |
toString() |
public ExceptionFilterChain(java.lang.Throwable exn)
exception - the exception to throwpublic void doFilter(ServletRequest request, ServletResponse response) throws ServletException, java.io.IOException
doFilter in interface FilterChainrequest - the servlet requestresponse - the servlet responseServletExceptionjava.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Object