跳过了ParseException去执行Exception为什么啊
是不是不是报这个parseException异常,你打印一下异常信息看看
你报错的是:java.text.ParseException,但是你代码中导入的是:scala.reflect.macros.ParseException
所以,你只需要把scala.reflect.macros.ParseException 替换成:java.text.ParseException,就可以解决了!!
记得采纳,谢谢了