Interface ExceptionHandler<T extends Throwable>


public interface ExceptionHandler<T extends Throwable>
  • Method Summary

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