<c:message
value? = expression
terminate? = { boolean }
error-code? = { eqname }
error-data? = expression >
<!-- Content: sequence-constructor -->
</c:message>
Signals a message.
- Category
- instruction
- Permitted parent elements
- Any XCST element whose content model is sequence-constructor
- Any literal result element
Attributes
error-code |
An error code associated with the message. |
error-data |
An arbitrary object used to convey additional information about the error. |
terminate |
Specifies whether to stop the execution of the program. |
value |
The message. |
In addition to the attributes in the preceding table, there are a number of standard attributes that may appear on any XCST element.
Error Conditions
It is a compilation error if the value
attribute is present when the content of the element is non-empty.