public interface ExceptionHandler
Implementations of this interface may also choose to suppress error page handler, and handle error page generation
internally by returning true
| Modifier and Type | Method and Description |
|---|---|
boolean |
handleThrowable(io.undertow.server.HttpServerExchange exchange,
javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
Throwable throwable)
Handles an exception.
|
boolean handleThrowable(io.undertow.server.HttpServerExchange exchange,
javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
Throwable throwable)
exchange - The exchangerequest - The requestresponse - The responsethrowable - The exceptiontrue true if the error was handled by this methodCopyright © 2017. All rights reserved.