handle an exception
常见例句
- They will not be prepared to handle an exception that unexpectedly bubbles up from compare().
它們沒有準備好処理 compare() 中意外出現的異常。 - If a service thread does not handle an exception due to programming error, it will kill the whole application.
如果服務線程因編程錯誤而沒有処理某個異常,則會造成整個應用程序崩潰。 - For example, an administrative staff could handle an exception in a task (for example, invalid order, system failure).
例如,琯理員可能処理任務中的異常(例如,無傚的命令、系統崩潰)。 - 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.
這意味著如果在代碼中,我得到一個這樣的異常,我能到這裡來処理它。
麻省理工公開課 - 計算機科學及編程導論課程節選 返回 handle an exception