Interface ExceptionHandler<T extends Exception>

All Known Implementing Classes:
AccessDeniedExceptionHandler, AccessDeniedExceptionHandler, DefaultExceptionHandler, FallbackNodeExceptionHandler, NotFoundExceptionHandler, NotFoundExceptionHandler, UnpublishedNodeExceptionHandler

public interface ExceptionHandler<T extends Exception>
Implement and map (hivemodule) this interface to handle a certain exception.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, T exception)
     
  • Method Details

    • handle

      void handle(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, T exception) throws Exception
      Throws:
      Exception