| Package | Description | 
|---|---|
| io.vertx.ext.web.handler | |
| io.vertx.reactivex.ext.web.handler | |
| io.vertx.rxjava.ext.web.handler | 
| Modifier and Type | Method and Description | 
|---|---|
static ErrorHandler | 
ErrorHandler.create()
Create an error handler using defaults 
 | 
static ErrorHandler | 
ErrorHandler.create(boolean displayExceptionDetails)
Create an error handler 
 | 
static ErrorHandler | 
ErrorHandler.create(String errorTemplateName)
Create an error handler 
 | 
static ErrorHandler | 
ErrorHandler.create(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)  | 
Copyright © 2020 Eclipse. All rights reserved.