Uses of Interface
io.helidon.webserver.ErrorHandler
-
Packages that use ErrorHandler Package Description io.helidon.webserver Reactive web server API. -
-
Uses of ErrorHandler in io.helidon.webserver
Methods in io.helidon.webserver with parameters of type ErrorHandler Modifier and Type Method Description static <T> HandlerHandler. create(Class<T> entityType, Handler.EntityHandler<T> entityHandler, ErrorHandler<Throwable> entityReadErrorHandler)Creates new instance of theHandlerfor 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.
-