JSTL Throw an Exception
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %> <html> <head> <title>Throw an Exception</title> </head> <body>10 divided by 0 is <c:out value="${10/0}" /> <br /> </body> </html>
1. | Catch an Exception? | ![]() | |
2. | Catch an Exception in JSTL | ![]() | |
3. | JSTL Exception: UnCaught Exception | ![]() | |
4. | JSTL: Catch with if | ||
5. | JSTL: catch Exception |