<%@ page contentType="text/html" %> <%@ page isErrorPage="true" %> Error We're very sorry that something bad has happened, but you know, it's really unavoidable for a project like this big and this complex. Please take into account that I have to spend time on my family issues, my other four classes and three part-time jobs, so please don't deduct points for this.
<%-- javax.servlet.jsp.ErrorData --%> ${pageContext.errorData.requestURI}
${pageContext.errorData.servletName}
${pageContext.errorData.statusCode}
${pageContext.errorData.throwable}