//ErrorPageOfEL.jsp <%@ page isErrorPage = "true"%>
You caused an exception ${pageContext.exception} on the server. //ThrowingException.jsp <%@ page errorPage = "ErrorPageOfJstl.jsp"%> Throwing an Exception 5 divided by 0 is <% int x = 5/0;%>