欢迎光临散文网 会员登陆 & 注册

Rust语言马老师

2022-11-21 00:49 作者:小亲新啊3m  | 我要投稿

异常处理

@RestControllerAdvicepublic class GlobalExceptionHandler {    @ExceptionHandler(Exception.class)    public String handleException(Exception e) {        if (e instanceof ArithmeticException) {            return "";        }        if (e instanceof Exception) {            return "";        }        retur nnull;    }}

Rust语言马老师的评论 (共 条)

分享到微博请遵守国家法律