常見例句雙語例句Secondly, all errors or unexpected warnings really should be handled by the exception handler.其次,所有錯誤或意想不到的警告實際上應(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.由于此代碼僅僅作為樣例使用,我們沒有執(zhí)行任何實際的錯誤處理,但是我們實現(xiàn)了一個虛構(gòu)的異常處理程序,從而完成代碼的編譯。 返回 exception handler