16.2.4 The <ua:exception>Body</ua:exception> tag
- Organization of this subsection
(1) Description
Defines the process to be performed when the specified exception occurs.
(2) Tag attributes
The following table lists the tag attributes.
|
Tag attribute |
Description |
Type |
Required? |
C/E |
|---|---|---|---|---|
|
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.