<c:catch[var="name"]>
……存在異常的程式碼
</c:catch>
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> <c:catch var = "error"> <% String str = "mrzx"; Integer number = new Integer(str); %> </c:catch>//將異常資訊輸出 <c:out value = "發生異常${error}"></c:out>