Severity and Description Path Resource Location Creation Time Id
Unreachable catch block for SQLException. This exception is never thrown from the try statement body NoticeManager/src/nm/model NoticeBean.java line 69 1203938608296 8
这是什么错啊!
------解决方法--------------------------------------------------------
如果用IDE编辑的话,可以看到是编译时错误,用eclipse的话,可以看到有红线标志的
如果用其他文本编辑器的话,需要把NoticeBean.java这个类69行附近的那个方法体内,用try/catch包起来
------解决方法--------------------------------------------------------
异常永远不会从try语句体中抛出抵达catch块
查查吧什么原因可能跳转了之类