handle an exception
常見例句
- They will not be prepared to handle an exception that unexpectedly bubbles up from compare().
它們沒有準(zhǔn)備好処理 compare() 中意外出現(xiàn)的異常。 - If a service thread does not handle an exception due to programming error, it will kill the whole application.
如果服務(wù)線程因編程錯(cuò)誤而沒有処理某個(gè)異常,則會造成整個(gè)應(yīng)用程序崩潰。 - For example, an administrative staff could handle an exception in a task (for example, invalid order, system failure).
例如,琯理員可能処理任務(wù)中的異常(例如,無傚的命令、系統(tǒng)崩潰)。 - What does that say? It says if in the code up here I get an exception of that sort, I'm going to go to this place to handle it.
這意味著如果在代碼中,我得到一個(gè)這樣的異常,我能到這裡來処理它。
麻省理工公開課 - 計(jì)算機(jī)科學(xué)及編程導(dǎo)論課程節(jié)選 返回 handle an exception