我想请问一下 我在看代码的时候 看到方法只throw exception 但是上层再也没有处理了 为什么? 提前谢谢大家解答final public class Interceptors { public Interceptors add(Interceptor globalActionInterceptor) { if (globalActionInterceptor == null) { throw new IllegalArgumentException("nterceptor can not be null."); } return this; }
- 2 回答
- 0 关注
- 1104 浏览
添加回答
举报
0/150
提交
取消