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
-
-
Constructor Summary
Constructors Constructor Description QuarkusExceptionHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhandleThrowable(io.undertow.server.HttpServerExchange exchange, jakarta.servlet.ServletRequest request, jakarta.servlet.ServletResponse response, Throwable t)
-
-
-
Field Detail
-
ERROR_ID
public static final String ERROR_ID
The servlet request attribute that contains the error ID. This can be accessed from a customer error page.- See Also:
- Constant Field Values
-
-
Method Detail
-
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
-
-