public abstract class AbstractErrorResponseHandler extends Object implements Handler
AbstractErrorResponseHandler()
void
handle(RoutingContext ctx)
abstract void
render(RoutingContext ctx, int status, Throwable t)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AbstractErrorResponseHandler()
public void handle(RoutingContext ctx)
handle
Handler
public abstract void render(RoutingContext ctx, int status, Throwable t)
Copyright © 2017. All rights reserved.