Package sonia.scm.web.cgi
Interface CGIExceptionHandler
public interface CGIExceptionHandler
Handles exception thrown by an
CGIExecutor
- Since:
- 1.8
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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 requestresponse
- current http responseexception
- exception to handle
-