Interface RestExceptionHandler


public interface RestExceptionHandler
예외를 개별 처리하는 Handler
  • Method Summary

    Modifier and Type
    Method
    Description
    handleException(jakarta.servlet.http.HttpServletRequest request, Exception e, org.springframework.web.method.HandlerMethod handlerMethod)
    반환 값이 NULL이 아닐 경우 반환된 객체로 예외 처리 수행
  • Method Details

    • handleException

      Object handleException(jakarta.servlet.http.HttpServletRequest request, Exception e, @Nullable org.springframework.web.method.HandlerMethod handlerMethod)
      반환 값이 NULL이 아닐 경우 반환된 객체로 예외 처리 수행