Home > Contents > Index >
THROWEXCEPTION
Halts further processing of the element.
Syntax
<THROWEXCEPTION/>Parameters
None.
Description
The
THROWEXCEPTION
tag halts further processing of the element. Text streamed prior to theTHROWEXCEPTION
in the element appears in the output.Error Numbers
There are no possible
errno
for this tag.Example
This example checks the value of
errno
and usesTHROWEXCEPTION
if the value is not 0 (zero). Iferrno
does not equal0
, the message is not be displayed.<IF
COND="Variables.errno!=0"> <THEN> <THROWEXCEPTION/> </THEN> </IF> Operation was successful.
Home > Contents > Index > Oracle XML Tag Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.