例外処理
プログラムに想定外のエラーが発生した際に、エラーに対応して実行される 処理のこと。
exception handling
制御構造(control flow、control structure)
例外、エクセプション(exception) - ハンドリング(handling)
割り込み、インタラプト(interrupt)
エラー忘却型コンピューティング(Failure-oblivious computing)
例外設計