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

关于未知错误的处理。null指针还能set?BusinessException is never thrown in the method

课程6’30‘’左右,老师为了查看未知错误,把方法内部的throw给注释掉了

idea 提示 BusinessException is never thrown in the method 

并且浏览器页面也不显示未知错误,而是 status=500


另外,老师这段代码我有点不理解,UserModel都是null了,还能调用setEncrptPassword()方法?????

我这样写了,控制台直接报java.lang.ClassCastException: java.lang.NullPointerException cannot be cast

https://img1.sycdn.imooc.com//5cf285bf0001cb2107920185.jpg

正在回答

1 回答

我自己弄懂了,是因为我代码写错了

if (ex instanceof BusinessException)

我错误的写成了

if (ex instanceof Exception)

老师代码没问题,就是让UserModel==null,就是让它抛出java.lang.NullPointException,然后通过SpringBoot的注解

@ExceptionHandler(Exception.class)

进行拦截,然后自定义处理。

总结:

1、代码一定要跟着敲一遍甚至两遍三遍(我是跟着敲的第二遍,第一遍用了86h,惨不忍睹啊w(゚Д゚)w,这一遍感觉比上一遍顺利一些)

2、敲错不要怕,处理好一个Bug会理解的更加深刻

3、大家加油!


4 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
SpringBoot构建电商基础秒杀项目
  • 参与学习       49118    人
  • 解答问题       954    个

应用SpringBoot快速搭建拥有用户、商品、交易及秒杀活动的电商秒杀应用。

进入课程

关于未知错误的处理。null指针还能set?BusinessException is never thrown in the method

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