uCosminexus Application Server, Security Management Guide
Defines the process to be performed when the specified exception occurs.
The following table lists the tag attributes.
Table 16-5 Tag attributes (<ua:exception>Body</ua:exception> tag)
| Tag attribute | Description | Type | Required? | C/R |
|---|---|---|---|---|
| name="name" | Specifies the identifier (specified with the excepId tag attribute) of an exception object specified with the <ua:login/> or <ua:chpw/> tag. If an incorrect identifier is specified, nothing happens. | n/a | R | C |
| type="type" | Specifies the class name of the exception object to be caught. This name should be a complete name including the package name. If the exception object can be cast into a class that has the specified class name, Body is executed. If the type tag attribute is omitted, java.lang.Throwable is assumed. | n/a | O | C |
| proceed="proceed" | Specifies whether to process the remaining JSP pages after Body processing. If true (case-insensitive) is specified, these JSP pages are processed. If true is not specified, they are not processed. If the proceed tag attribute is omitted, false is assumed. | n/a | O | E |
Legend:
R: Required
O: Optional
n/a: Not applicable
C: Indicates that the tag attribute value is evaluated at JSP compile time.
E: Indicates that the tag attribute value is evaluated at execution time.
All Rights Reserved. Copyright (C) 2013, Hitachi, Ltd