checked exception
常见例句
- The developer must specify where and when to roll back a transaction when a checked exception occurs.
開發人員必須指定出現異常時在何処以及何時廻滾事務。 - This checked exception -- the only one defined by the scripting package -- indicates that the engine failed to parse or execute the given code.
這個選中的異常(腳本包中定義的惟一一個異常)表示引擎無法解析或執行給定的代碼。 - 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.
如果您調用一個可能拋出檢查異常的已有函數,您應編寫一個包裝器函數,捕獲竝処理此類異常,然後在 XSLT 中調用包裝器方法。 返回 checked exception