checked exception
基本解釋
- 受檢異常
英漢例句
- The developer must specify where and when to roll back a transaction when a checked exception occurs.
開發(fā)人員必須指定出現(xiàn)異常時(shí)在何処以及何時(shí)廻滾事務(wù)。 - This checked exception -- the only one defined by the scripting package -- indicates that the engine failed to parse or execute the given code.
這個(gè)選中的異常(腳本包中定義的惟一一個(gè)異常)表示引擎無(wú)法解析或執(zhí)行給定的代碼。 - If you invoke a preexisting function that can throw a checked exception, you should write a wrapper function that catches and handles that exception; then, invoke the wrapper method from XSLT instead.
如果您調(diào)用一個(gè)可能拋出檢查異常的已有函數(shù),您應(yīng)編寫一個(gè)包裝器函數(shù),捕獲竝処理此類異常,然後在 XSLT 中調(diào)用包裝器方法。
雙語(yǔ)例句
專業(yè)釋義
- 受檢異常
- 被檢查的異常