Uses of Interface
io.helidon.webserver.http.ErrorHandler
Packages that use ErrorHandler
Package
Description
Helidon WebServer HTTP specific APIs.
Helidon WebServer HTTP SPI.
-
Uses of ErrorHandler in io.helidon.webserver.http
Methods in io.helidon.webserver.http with parameters of type ErrorHandlerModifier and TypeMethodDescriptionstatic <T> Registration
Registration.create
(Class<T> exceptionClass, ErrorHandler<? super T> handler) Create a registration for an error handler.<T extends Throwable>
HttpRouting.BuilderHttpRouting.Builder.error
(Class<T> exceptionClass, ErrorHandler<? super T> handler) Registers an error handler that handles the given type of exceptions.Method parameters in io.helidon.webserver.http with type arguments of type ErrorHandlerModifier and TypeMethodDescriptionstatic ErrorHandlers
ErrorHandlers.create
(Map<Class<? extends Throwable>, ErrorHandler<?>> errorHandlers) Create error handlers. -
Uses of ErrorHandler in io.helidon.webserver.http.spi
Methods in io.helidon.webserver.http.spi that return ErrorHandlerModifier and TypeMethodDescriptionErrorHandlerProvider.create()
Deprecated.Create an error handler to handle the exception.