Add Exception Dialog Box

See Also

A Struts exception handler lets you declaratively handle exceptions in the struts-config.xml file. Instead of solving exceptions in Java code, you can specify the resource that should deal with the exception. You can also specify the message that should be displayed to the user when an exception occurs. You can finetune exception handling by providing a different solution for each type of exception or you can let all exceptions be handled in the same way.

You use the Add Exception dialog box to register an exception handler in the struts-config.xml file. You open the Add Exception dialog box by right-clicking in a struts-config.xml file and choosing Struts > Add Exception.

In the Add Exception dialog box, you set the following properties:

See Also
About Struts Framework Support
Creating a New Application with Struts Support
Adding Struts Support to an Existing Application
About Web Application Frameworks

Legal Notices