Interface CGIExceptionHandler


public interface CGIExceptionHandler
Handles exception thrown by an CGIExecutor
Since:
1.8
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handleException(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, Throwable exception)
    Handles an exception which occurred during cgi execution.
  • Method Details

    • handleException

      void handleException(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, Throwable exception)
      Handles an exception which occurred during cgi execution.
      Parameters:
      request - current http request
      response - current http response
      exception - exception to handle