<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core"%> <%@ page errorPage="JSTLErrorPage.jsp"%> Catching a risky code Division by 0 will definately cause an exception
<% int x = 5/0;%>
If we come across this c:action tag that means we have overcome the exception.