<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>例外 | Python学習講座</title>
	<atom:link href="https://www.python.ambitious-engineer.com/archives/tag/%E4%BE%8B%E5%A4%96/feed" rel="self" type="application/rss+xml" />
	<link>https://www.python.ambitious-engineer.com</link>
	<description>PythonエンジニアによるPython3学習サイト</description>
	<lastBuildDate>Mon, 27 Sep 2021 13:24:04 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.python.ambitious-engineer.com/wp-content/uploads/2020/05/favicon2-32.png</url>
	<title>例外 | Python学習講座</title>
	<link>https://www.python.ambitious-engineer.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>traceback スタックトレースの取得</title>
		<link>https://www.python.ambitious-engineer.com/archives/657</link>
		
		<dc:creator><![CDATA[Kuro-Chan]]></dc:creator>
		<pubDate>Fri, 10 Mar 2017 12:20:48 +0000</pubDate>
				<category><![CDATA[Python入門]]></category>
		<category><![CDATA[例外]]></category>
		<category><![CDATA[標準ライブラリ]]></category>
		<guid isPermaLink="false">http://www.python.ambitious-engineer.com/?p=657</guid>

					<description><![CDATA[<p>例外が発生するとログにエラー発生箇所の呼び出し履歴が順に表示されますが、こういったログをスタックトレースと呼びます。tracebackモジュールを使用するとスタックトレースを取得することができます。 tracebackモ...</p>
<p>The post <a href="https://www.python.ambitious-engineer.com/archives/657">traceback スタックトレースの取得</a> first appeared on <a href="https://www.python.ambitious-engineer.com">Python学習講座</a>.</p>]]></description>
		
		
		
			</item>
		<item>
		<title>例外を発生させる</title>
		<link>https://www.python.ambitious-engineer.com/archives/376</link>
		
		<dc:creator><![CDATA[Kuro-Chan]]></dc:creator>
		<pubDate>Thu, 23 Feb 2017 10:36:33 +0000</pubDate>
				<category><![CDATA[Python入門]]></category>
		<category><![CDATA[例外]]></category>
		<guid isPermaLink="false">http://www.python.ambitious-engineer.com/?p=376</guid>

					<description><![CDATA[<p>例外の送出 例えば、みなさんが作成した関数に対して適切な引数を設定してもらえなかったり、必要なリソースにアクセスできないような例外的な事象が想定される場合、必要に応じて例外を発生させる必要がでてきます。Pythonで例外...</p>
<p>The post <a href="https://www.python.ambitious-engineer.com/archives/376">例外を発生させる</a> first appeared on <a href="https://www.python.ambitious-engineer.com">Python学習講座</a>.</p>]]></description>
		
		
		
			</item>
		<item>
		<title>例外処理</title>
		<link>https://www.python.ambitious-engineer.com/archives/374</link>
		
		<dc:creator><![CDATA[Kuro-Chan]]></dc:creator>
		<pubDate>Thu, 23 Feb 2017 07:42:00 +0000</pubDate>
				<category><![CDATA[Python入門]]></category>
		<category><![CDATA[例外]]></category>
		<guid isPermaLink="false">http://www.python.ambitious-engineer.com/?p=374</guid>

					<description><![CDATA[<p>例外と例外処理 プログラム実行には様々な前提があります。例えば、割り算を計算する場合、分母は0以外でなければなりません。ところが、こういった前提が満たされない例外的な事態が発生した場合、エラーとなりプログラムが中断されま...</p>
<p>The post <a href="https://www.python.ambitious-engineer.com/archives/374">例外処理</a> first appeared on <a href="https://www.python.ambitious-engineer.com">Python学習講座</a>.</p>]]></description>
		
		
		
			</item>
	</channel>
</rss>
