类 GlobalExceptionHandler


  • @ControllerAdvice
    @RestControllerAdvice
    @Order(-2147483648)
    public class GlobalExceptionHandler
    extends Object
    • 构造器详细资料

      • GlobalExceptionHandler

        public GlobalExceptionHandler()
    • 方法详细资料

      • handleCheckedException

        @Deprecated
        @ExceptionHandler
        @ResponseStatus(BAD_REQUEST)
        public void handleCheckedException​(CheckedException checkedException)
        已过时。
      • handleThrowable

        @Deprecated
        @ExceptionHandler
        @ResponseStatus(INTERNAL_SERVER_ERROR)
        public void handleThrowable​(Throwable throwable)
        已过时。
      • warningException

        @ExceptionHandler
        @ResponseStatus(BAD_REQUEST)
        public void warningException​(ApplicationWarningException warningException)