0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【Python】Pythonでのエラーの種類

Last updated at Posted at 2025-07-12

Pythonでのエラーの種類

・AttributeError

属性参照や代入が失敗した場合のエラー

・ImportError

import文がモジュールのロードに失敗したときのエラー

・IndexError

シーケンスの添字が範囲外のときのエラー

・KeyError

マッピング(辞書)のキーが存在しないときのエラー

・TypeError

操作や関数が適用されたオブジェクトの型が適切でない場合のエラー

・ValueError

操作や関数は正しい型だが、適切でない値を持つ引数を受け取ったときのエラー

参考文献

コードが動かないので帰れません! 新人プログラマーのためのエラーが怖くなくなる本 Kindle版
桜庭 洋之 (著), 望月 幸太郎 (著)
p.50

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?