<displayException>要素
ネームスペース: http://xmlns.oracle.com/uix/ui
派生元: <ui:uinode>要素
グループ: UIX Components
要素の型: UINode

<displayException>要素は、<try>要素によって捕捉された例外を簡単に表示する方法を提供します。

構文
<displayException>
</displayException>

注意:
  • この要素は派生元要素のすべての属性と子要素を持つことができます。

  • 説明

    <displayException>要素は、<try>要素によって捕捉された例外を簡単に表示する方法を提供します。


        <try>
          <contents>
            <!-- something that might trigger an error -->
          </contents>
          <catch>
            <displayException/>
          </catch>
        </try>