Interface ExceptionHandler<T extends java.lang.Throwable>


public interface ExceptionHandler<T extends java.lang.Throwable>
  • Method Summary

    Modifier and Type Method Description
    void handle​(T e, HttpRequest request, HttpResponse response)