Package | Description |
---|---|
io.vertx.ext.web.handler | |
io.vertx.reactivex.ext.web.handler | |
io.vertx.rxjava.ext.web.handler | |
io.vertx.rxjava3.ext.web.handler |
Modifier and Type | Method and Description |
---|---|
static ErrorHandler |
ErrorHandler.create(Vertx vertx)
Create an error handler using defaults
|
static ErrorHandler |
ErrorHandler.create(Vertx vertx,
boolean displayExceptionDetails)
Create an error handler
|
static ErrorHandler |
ErrorHandler.create(Vertx vertx,
String errorTemplateName)
Create an error handler
|
static ErrorHandler |
ErrorHandler.create(Vertx vertx,
String errorTemplateName,
boolean displayExceptionDetails)
Create an error handler
|
Modifier and Type | Method and Description |
---|---|
ErrorHandler |
ErrorHandler.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static ErrorHandler |
ErrorHandler.newInstance(ErrorHandler arg) |
Constructor and Description |
---|
ErrorHandler(ErrorHandler delegate) |
Modifier and Type | Method and Description |
---|---|
ErrorHandler |
ErrorHandler.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static ErrorHandler |
ErrorHandler.newInstance(ErrorHandler arg) |
Constructor and Description |
---|
ErrorHandler(ErrorHandler delegate) |
Modifier and Type | Method and Description |
---|---|
ErrorHandler |
ErrorHandler.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static ErrorHandler |
ErrorHandler.newInstance(ErrorHandler arg) |
Constructor and Description |
---|
ErrorHandler(ErrorHandler delegate) |
Copyright © 2022 Eclipse. All rights reserved.