<%@pageisErrorPage="true"import="java.io.*"%><html><head><title>Exceptional Even Occurred!</title><style>body,p{font-family:Tahoma;font-size:10pt;padding-left:30;}pre{font-size:8pt;}</style></head><body><%--ExceptionHandler--%><%if(exception!=null){%><fontcolor="red"><%=exception.toString()%><br></font>++++++++++++++++++++++++++++++++<%out.println("<!--");StringWritersw =newStringWriter();PrintWriterpw =newPrintWriter(sw);exception.printStackTrace(pw);out.print(sw);sw.close();pw.close();out.println("-->");%><%}%></body></html>