public class ErrorHandlerImpl extends Object implements ErrorHandler
DEFAULT_ERROR_HANDLER_TEMPLATE| Constructor and Description |
|---|
ErrorHandlerImpl(String errorTemplateName,
boolean displayExceptionDetails) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(RoutingContext context)
Something has happened, so handle it.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, create, create, createpublic ErrorHandlerImpl(String errorTemplateName, boolean displayExceptionDetails)
public void handle(RoutingContext context)
Handlerhandle in interface Handler<RoutingContext>context - the event to handleCopyright © 2020. All rights reserved.