JSTL Throw an Exception : Exceptions « JSTL « Java






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

1.Catch an Exception?
2.Catch an Exception in JSTL
3.JSTL Exception: UnCaught Exception
4.JSTL: Catch with if
5.JSTL: catch Exception