<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
<error-page>
<exception-type>
cn.hxex.message.exception.MessageDAOException
</exception-type>
<location>/error/daoerror.jsp</location>
</error-page>
遇到MessageDAOException时会自动跳转到daoerror.jsp处理页面
本文介绍了一种特定异常MessageDAOException的处理方式,通过配置文件设置,当出现该异常时,系统会自动跳转到预设的错误处理页面daoerror.jsp。
1586

被折叠的 条评论
为什么被折叠?



