Struts exceptions
A Struts exception is an element defined in a Struts configuration file that specifies how to handle Java exceptions that occur during execution of Struts actions.
You can define an exception handler to run when an action's execute method throws an exception.
Related concepts
Struts configuration files
Struts actions
Related tasks
Creating a Struts module
Creating a Struts exception
Feedback