The <exception-handlers> Element
Purpose
The <exception-handlers> element is a container for global <exception-handler> elements. A global exception handler configuration is visible to all actions and may be overridden in actions by defining a local exception handler configuration for the same exception type.
Attributes
The <exception-handlers> element has no attributes.
Body
The body of the <exception-handlers> element is defined by the following sequence:
(exception-handler*)


