<displayException>要素 |
![]() |
ネームスペース: | http://xmlns.oracle.com/uix/ui |
派生元: | <ui:uinode>要素 |
グループ: | UIX Components |
要素の型: | UINode |
構文 |
![]() |
<displayException > </displayException>
説明 |
![]() |
<displayException>要素は、<try>要素によって捕捉された例外を簡単に表示する方法を提供します。
例 |
![]() |
<try>
<contents>
<!-- something that might trigger an error -->
</contents>
<catch>
<displayException/>
</catch>
</try>