<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %> Catching the Exception I can catch the exception:
The exception will be thrown inside the catch:
<% int x = 5/0;%>
The exception is : ${catchException}

There is an exception: ${catchException.message}