程序包 xyz.lhbk.handler
类 ExceptionHandler_0
java.lang.Object
xyz.lhbk.handler.ExceptionHandler_0
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Result<?>handleBusinessException(MyException myException)Result<?>handleException(Exception ex)
-
构造器详细资料
-
ExceptionHandler_0
public ExceptionHandler_0()
-
-
方法详细资料
-
handleBusinessException
@ExceptionHandler(MyException.class) @ResponseBody public Result<?> handleBusinessException(MyException myException) -
handleException
-