exception handler
常見例句
- Secondly, all errors or unexpected warnings really should be handled by the exception handler.
其次,所有錯誤或意想不到的警告實(shí)際上應(yīng)該由異常処理程序來処理。 - If the default handler is set with the latter pair of methods, any thread that doesn't have its own exception handler will use the default.
如果使用第二對方法設(shè)置默認(rèn)処理程序,那麼沒有自己的異常処理程序的所有線程都將使用默認(rèn)処理程序。 - Because this code is only a sample we don't perform any real error processing, but we do implement a dummy exception handler to allow the code to compile.
由於此代碼僅僅作爲(wèi)樣例使用,我們沒有執(zhí)行任何實(shí)際的錯誤処理,但是我們實(shí)現(xiàn)了一個(gè)虛搆的異常処理程序,從而完成代碼的編譯。 返回 exception handler