Uses of Interface
io.helidon.webserver.http.ErrorHandler
Packages that use ErrorHandler
-
Uses of ErrorHandler in io.helidon.webserver.http
Methods in io.helidon.webserver.http with parameters of type ErrorHandlerModifier and TypeMethodDescription<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.