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_ARGMethods in io.vertx.mutiny.ext.web.handler that return ErrorHandler Modifier and Type Method Description static ErrorHandlerErrorHandler. create(Vertx vertx)static ErrorHandlerErrorHandler. create(Vertx vertx, boolean displayExceptionDetails)static ErrorHandlerErrorHandler. create(Vertx vertx, String errorTemplateName)static ErrorHandlerErrorHandler. create(Vertx vertx, String errorTemplateName, boolean displayExceptionDetails)static ErrorHandlerErrorHandler. newInstance(io.vertx.ext.web.handler.ErrorHandler arg) 
 -