Uses of Interface
io.vertx.ext.web.handler.ErrorHandler
-
Packages that use ErrorHandler Package Description io.vertx.ext.web.handler io.vertx.reactivex.ext.web.handler io.vertx.rxjava3.ext.web.handler -
-
Uses of ErrorHandler in io.vertx.ext.web.handler
Methods in io.vertx.ext.web.handler that return ErrorHandler Modifier and Type Method Description static ErrorHandler
ErrorHandler. create(Vertx vertx)
Create an error handler using defaultsstatic ErrorHandler
ErrorHandler. create(Vertx vertx, boolean displayExceptionDetails)
Create an error handlerstatic ErrorHandler
ErrorHandler. create(Vertx vertx, String errorTemplateName)
Create an error handlerstatic ErrorHandler
ErrorHandler. create(Vertx vertx, String errorTemplateName, boolean displayExceptionDetails)
Create an error handler -
Uses of ErrorHandler in io.vertx.reactivex.ext.web.handler
Methods in io.vertx.reactivex.ext.web.handler that return ErrorHandler Modifier and Type Method Description ErrorHandler
ErrorHandler. getDelegate()
Methods in io.vertx.reactivex.ext.web.handler with parameters of type ErrorHandler Modifier and Type Method Description static ErrorHandler
ErrorHandler. newInstance(ErrorHandler arg)
Constructors in io.vertx.reactivex.ext.web.handler with parameters of type ErrorHandler Constructor Description ErrorHandler(ErrorHandler delegate)
-
Uses of ErrorHandler in io.vertx.rxjava3.ext.web.handler
Methods in io.vertx.rxjava3.ext.web.handler that return ErrorHandler Modifier and Type Method Description ErrorHandler
ErrorHandler. getDelegate()
Methods in io.vertx.rxjava3.ext.web.handler with parameters of type ErrorHandler Modifier and Type Method Description static ErrorHandler
ErrorHandler. newInstance(ErrorHandler arg)
Constructors in io.vertx.rxjava3.ext.web.handler with parameters of type ErrorHandler Constructor Description ErrorHandler(ErrorHandler delegate)
-