aboutsummaryrefslogtreecommitdiff
path: root/files/ja/glossary/exception/index.html
blob: cfabfd8be6ca772331082419dae5cb958434753a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
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>