<%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/ea/fmt" %> Throw Exception <%@ page errorPage="Exception.jsp" %> <%-- throws java.lang.ArithmeticException: / by zero --%> <% int i = 5/0; %>