为了账号安全,请及时绑定邮箱和手机立即绑定

为什么我抛出异常后还是执行了afterReturning,代码错误,非问题


public class AspectBiz {

    public void biz() {
        System.out.println("AspectBiz biz.");
        throw new RuntimeException();// 强制抛出异常
    }
}

MoocAspect before.
AspectBiz biz.
MoocAspect afterReturning
MoocAspect afterThrowing.

看了debug,查配置,找到问题了

正在回答

1 回答

不可能的事啊,应该你写错了,你的test代码和配置的代码上来给我看看

0 回复 有任何疑惑可以回复我~
#1

未卜先知 提问者

我debug看了下,执行了异常,但是下一部走的是afterReturning
2017-01-08 回复 有任何疑惑可以回复我~
#2

未卜先知 提问者

我贴上面了
2017-01-08 回复 有任何疑惑可以回复我~
#3

未卜先知 提问者

确实写错了
2017-01-08 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

为什么我抛出异常后还是执行了afterReturning,代码错误,非问题

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信