Uses of Interface
io.helidon.webserver.ErrorHandler
-
Uses of ErrorHandler in io.helidon.webserver
Modifier and TypeMethodDescriptionstatic <T> Handler
Handler.create
(Class<T> entityType, Handler.EntityHandler<T> entityHandler, ErrorHandler<Throwable> entityReadErrorHandler) Creates new instance of theHandler
for the entity representing HTTP request content.<T extends Throwable>
Routing.BuilderRouting.Builder.error
(Class<T> exceptionClass, ErrorHandler<T> errorHandler) Registers an error handler that handles the given type of exceptions.