15 lines
384 B
Plaintext
15 lines
384 B
Plaintext
|
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
|
||
|
<%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui" %>
|
||
|
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Exceptions</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h4>Exceptions</h3>
|
||
|
<netui:anchor action="throwLocal">Local To Method</netui:anchor><br />
|
||
|
<netui:anchor action="throwGlobal">Global To Method</netui:anchor><br />
|
||
|
|
||
|
</body>
|
||
|
</html>
|