%@ page contentType="text/html" %>
<%@ page isErrorPage="true" %>
<%@ taglib prefix="cs320" uri="http://www.calstatela.edu/csun/cs320" %>
Data Entry 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.
${pageContext.errorData.requestURI}
${pageContext.errorData.servletName}
${pageContext.errorData.statusCode}
${pageContext.errorData.throwable}