JSTL Throw an Exception : Exceptions « JSTL « Java
- Java
- JSTL
- Exceptions
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>
JSTL-Throw-an-Exception.zip( 852 k)Related examples in the same category