Module ch.ralscha.extdirectspring
Class DefaultRouterExceptionHandler
java.lang.Object
ch.ralscha.extdirectspring.controller.DefaultRouterExceptionHandler
- All Implemented Interfaces:
RouterExceptionHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionhandleException(MethodInfo methodInfo, BaseResponse response, Exception e, jakarta.servlet.http.HttpServletRequest request)
-
Constructor Details
-
DefaultRouterExceptionHandler
-
-
Method Details
-
handleException
public Object handleException(MethodInfo methodInfo, BaseResponse response, Exception e, jakarta.servlet.http.HttpServletRequest request) - Specified by:
handleExceptionin interfaceRouterExceptionHandler
-