タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

exception-handlingとcomputer-scienceとcontrol-flowに関するnabinnoのブックマーク (2)

  • Exception handling - Wikipedia

    This article is about computing. For knowledge, see Fact checking and Problem solving. In computing and computer programming, exception handling is the process of responding to the occurrence of exceptions – anomalous or exceptional conditions requiring special processing – during the execution of a program. In general, an exception breaks the normal flow of execution and executes a pre-registered

  • 例外処理 - Wikipedia

    例外処理(れいがいしょり、英語: exception handling)とは、IT業界で用いられる専門用語で、ある抽象レベルにおけるシステムの設計で想定されておらず、ユーザー操作によって解決できない問題に対処するための処理である。例外処理の結果として問題が解決されないとシステム障害になる。システム停止やデータ破損の原因になり、ユーザーに損害を与える可能性があるため、システム開発で例外処理は重要視されている[1][2][3]。 システムの設計で想定されておらず、継続不能や継続すると問題になる様な状態としては、次のようなものが挙げられる。 ハードウェアの故障 オペレーティングシステム等、システムの設定ミス ライブラリの欠損 ユーザーの入力間違い 数値入力を要求している場合での、英単語の入力 存在しないデータベースのテーブル/カラムやファイルの指定 必要な他システムとの疎通が取れない 許されない

  • 1