<?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/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>Worth Living &#187; 例外・エラー処理</title>
	<atom:link href="https://worthliv.com/category/ruby/ruby-exception/feed" rel="self" type="application/rss+xml" />
	<link>https://worthliv.com</link>
	<description>楽しく幸せに人生を送るためにはどうすれば良いのか？人生の要素をお金、仕事、勉強、プライベート、健康、心の6要素に分類して考察しています。プログラミング入門に関する記事も掲載。</description>
	<lastBuildDate>Wed, 09 Mar 2016 04:20:46 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.41</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/category/ruby/ruby-exception/feed" />
	<item>
		<title>例外処理・ensureで後処理</title>
		<link>https://worthliv.com/ruby_ensure.html</link>
		<comments>https://worthliv.com/ruby_ensure.html#comments</comments>
		<pubDate>Mon, 24 Jun 2013 11:12:03 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[例外・エラー処理]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1144</guid>
		<description><![CDATA[ensure節を、begin～rescueの後に続けることで、例外発生の有無に関わらず、実行させる処理を書くことができます。 例外処理のスクリプト例で書いたコードに、ensure節の後処理を加えてみます。 スポンサーリン [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/ruby_ensure.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/ruby_ensure.html" />
	</item>
		<item>
		<title>例外処理のスクリプト例</title>
		<link>https://worthliv.com/ruby_post_19.html</link>
		<comments>https://worthliv.com/ruby_post_19.html#comments</comments>
		<pubDate>Mon, 24 Jun 2013 10:40:33 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[例外・エラー処理]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1143</guid>
		<description><![CDATA[例外を発生し、例外オブジェクトから例外の内容を取得してみるスクリプトです。 スポンサーリンク ex_text.rb begin filenames = [&#039;hello.dat&#039;, &#039;no_s [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/ruby_post_19.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/ruby_post_19.html" />
	</item>
		<item>
		<title>例外処理・エラーを捕まえる</title>
		<link>https://worthliv.com/ruby_post_18.html</link>
		<comments>https://worthliv.com/ruby_post_18.html#comments</comments>
		<pubDate>Mon, 24 Jun 2013 10:13:48 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[例外・エラー処理]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1142</guid>
		<description><![CDATA[Rubyにおいても、C++のtry～catch文のような、例外処理の記述が可能です。 例外処理を書くことにより・・・ スポンサーリンク １．エラーを自動的に検出できる。 ２．エラーの発生場所を特定できるので、デバッグが簡 [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/ruby_post_18.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/ruby_post_18.html" />
	</item>
	</channel>
</rss>
