常見(jiàn)例句雙語(yǔ)例句Secondly, all errors or unexpected warnings really should be handled by the exception handler.其次,所有錯(cuò)誤或意想不到的警告實(shí)際上應(yīng)該由異常処理程序來(lái)処理。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.如果使用第二對(duì)方法設(shè)置默認(rèn)処理程序,那麼沒(méi)有自己的異常処理程序的所有線(xià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)樣例使用,我們沒(méi)有執(zhí)行任何實(shí)際的錯(cuò)誤処理,但是我們實(shí)現(xiàn)了一個(gè)虛搆的異常処理程序,從而完成代碼的編譯。 返回 exception handler