Uses of Interface
io.helidon.webserver.http.ErrorHandler
-
Uses of ErrorHandler in io.helidon.webserver.http
Modifier 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.Modifier and TypeMethodDescriptionstatic ErrorHandlers
ErrorHandlers.create
(Map<Class<? extends Throwable>, ErrorHandler<?>> errorHandlers) Create error handlers.