<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Extending std::exception</title>
	<atom:link href="http://allmybrain.com/2009/05/12/extending-stdexception/feed/" rel="self" type="application/rss+xml" />
	<link>http://allmybrain.com/2009/05/12/extending-stdexception/</link>
	<description>Where stuff from my brain lands</description>
	<lastBuildDate>Tue, 07 Feb 2012 16:14:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: rk</title>
		<link>http://allmybrain.com/2009/05/12/extending-stdexception/comment-page-1/#comment-994</link>
		<dc:creator>rk</dc:creator>
		<pubDate>Wed, 13 Jan 2010 15:39:43 +0000</pubDate>
		<guid isPermaLink="false">http://allmybrain.com/?p=276#comment-994</guid>
		<description>Hi,

1. Constructors are never virtual, I think you mean the assignment operator.

2. Since you are catching a base class exception reference or a pointer u really do not need to overload the assignment operator. I think you are trying 
catch(std::exception e) which is not the right way to do it.

3. The runtime_error uses std::string as a member variable. 

Ramesh</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>1. Constructors are never virtual, I think you mean the assignment operator.</p>
<p>2. Since you are catching a base class exception reference or a pointer u really do not need to overload the assignment operator. I think you are trying<br />
catch(std::exception e) which is not the right way to do it.</p>
<p>3. The runtime_error uses std::string as a member variable. </p>
<p>Ramesh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jansson</title>
		<link>http://allmybrain.com/2009/05/12/extending-stdexception/comment-page-1/#comment-891</link>
		<dc:creator>jansson</dc:creator>
		<pubDate>Fri, 15 May 2009 08:54:13 +0000</pubDate>
		<guid isPermaLink="false">http://allmybrain.com/?p=276#comment-891</guid>
		<description>I would like to comment that there is quite a lot to read about the purpose and usage of the exception inhertiance hiearchy in the C++ Standard.

Thank you for a nice posting.</description>
		<content:encoded><![CDATA[<p>I would like to comment that there is quite a lot to read about the purpose and usage of the exception inhertiance hiearchy in the C++ Standard.</p>
<p>Thank you for a nice posting.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

