Uses of Class
io.vertx.mutiny.ext.web.handler.ErrorHandler
-
Packages that use ErrorHandler Package Description io.vertx.mutiny.ext.web.handler -
-
Uses of ErrorHandler in io.vertx.mutiny.ext.web.handler
Fields in io.vertx.mutiny.ext.web.handler with type parameters of type ErrorHandler Modifier and Type Field Description static TypeArg<ErrorHandler>
ErrorHandler. __TYPE_ARG
Methods in io.vertx.mutiny.ext.web.handler that return ErrorHandler Modifier and Type Method Description static ErrorHandler
ErrorHandler. create(Vertx vertx)
static ErrorHandler
ErrorHandler. create(Vertx vertx, boolean displayExceptionDetails)
static ErrorHandler
ErrorHandler. create(Vertx vertx, String errorTemplateName)
static ErrorHandler
ErrorHandler. create(Vertx vertx, String errorTemplateName, boolean displayExceptionDetails)
static ErrorHandler
ErrorHandler. newInstance(io.vertx.ext.web.handler.ErrorHandler arg)
-