Re: NSMacOSRomanStringEncoding UnsupportedEncodingException
Re: NSMacOSRomanStringEncoding UnsupportedEncodingException
- Subject: Re: NSMacOSRomanStringEncoding UnsupportedEncodingException
- From: Mike Schrag <email@hidden>
- Date: Mon, 17 Nov 2008 16:20:32 -0500
That's the guy behind the famous "Don’t swallow", right?
This is slightly different, though ... I think everyone's onboard with
not swallowing exceptions. I'm talking about chaining exceptions
appropriately. But the problem is that if you only throw
RuntimeExceptions, the people below you have no idea what you might
throw and therefore have no idea when they need to catch and rethrow,
which makes it kind of weird trying to do this effectively with only
Runtimes. So my comment about Chuck was that he doesn't agree with
CHECKED exceptions.
ms
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden