Home  >  Article  >  Database  >  JSP的出错处理_MySQL

JSP的出错处理_MySQL

WBOY
WBOYOriginal
2016-06-01 14:10:49951browse

  以下页面将产生一个例外:




JSP 1.0 Error Page Demo


JSP 1.0 Error Page Demo


String s = null;
s.getBytes(); //这将给出 NullPointException例外
%>




在出错后以下页面被调用:





Attenion the fellowing error occurs



 



Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn