类 GlobalExceptionHandler
- java.lang.Object
-
- net.sinodawn.framework.exception.advice.GlobalExceptionHandler
-
@ControllerAdvice @RestControllerAdvice @Order(-2147483648) public class GlobalExceptionHandler extends Object
-
-
构造器概要
构造器 构造器 说明 GlobalExceptionHandler()
-
方法概要
所有方法 实例方法 具体方法 已过时的方法 修饰符和类型 方法 说明 voidhandleCheckedException(CheckedException checkedException)已过时。voidhandleThrowable(Throwable throwable)已过时。voidwarningException(ApplicationWarningException warningException)
-
-
-
方法详细资料
-
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)
-
-