Package io.quarkus.undertow.runtime
Class QuarkusExceptionHandler
java.lang.Object
io.quarkus.undertow.runtime.QuarkusExceptionHandler
- All Implemented Interfaces:
io.undertow.servlet.api.ExceptionHandler
public class QuarkusExceptionHandler
extends Object
implements io.undertow.servlet.api.ExceptionHandler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanhandleThrowable(io.undertow.server.HttpServerExchange exchange, jakarta.servlet.ServletRequest request, jakarta.servlet.ServletResponse response, Throwable t)
-
Field Details
-
ERROR_ID
The servlet request attribute that contains the error ID. This can be accessed from a customer error page.- See Also:
-
-
Constructor Details
-
QuarkusExceptionHandler
public QuarkusExceptionHandler()
-
-
Method Details
-
handleThrowable
public boolean handleThrowable(io.undertow.server.HttpServerExchange exchange, jakarta.servlet.ServletRequest request, jakarta.servlet.ServletResponse response, Throwable t) - Specified by:
handleThrowablein interfaceio.undertow.servlet.api.ExceptionHandler
-