<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> <c:out value="<c:catch> Tag"/>

Before illegal operation

<% int x = 1 / 0; %>

After illegal operation

Exception message: ${myException.message}