类 GybytControllerExceptionAdvice


  • @RestControllerAdvice
    public class GybytControllerExceptionAdvice
    extends Object
    异常拦截
    • 构造器详细资料

      • GybytControllerExceptionAdvice

        public GybytControllerExceptionAdvice()
    • 方法详细资料

      • methodArgumentNotValidExceptionHandler

        @ExceptionHandler(java.lang.Exception.class)
        public org.springframework.http.ResponseEntity methodArgumentNotValidExceptionHandler​(Exception e)
        处理web全局异常
        参数:
        e -
        返回:
      • apiExceptionHandler

        @ExceptionHandler(BaseException.class)
        public org.springframework.http.ResponseEntity apiExceptionHandler​(BaseException e)
        处理自定义异常
        参数:
        e -
        返回: