<%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui" %> Exceptions Handling and Reporting

Exceptions Handling and Reporting

This test verifies that an action that throws an exception is caught by a exception handler. When the link below is pressed, the action will throw an exception. The exception handler then handles the exception and forwards control to the ErrorPage.jsp. This page uses the Exceptions tag to report the error.

Throw Exception