--- title: Exception (例外) slug: Glossary/Exception tags: - Beginner - CodingScripting - Glossary translation_of: Glossary/Exception --- <p id="Summary"><strong>例外</strong>とは、通常のコード実行を強制停止する条件です。 JavaScript {{glossary("syntax error", "構文エラー")}} は、とてもよくある例外の情報源です。</p> <h2 id="Learn_more" name="Learn_more">より詳しく知る</h2> <h3 id="General_knowledge" name="General_knowledge">一般知識</h3> <ul> <li>Wikipedia での {{Interwiki("wikipedia", "例外処理")}}</li> </ul>