Re: NSMacOSRomanStringEncoding UnsupportedEncodingException
Re: NSMacOSRomanStringEncoding UnsupportedEncodingException
- Subject: Re: NSMacOSRomanStringEncoding UnsupportedEncodingException
- From: Mike Schrag <email@hidden>
- Date: Mon, 17 Nov 2008 17:26:22 -0500
What good would a checked exception do here?
UnsupportedEncodingException _is_ a checked exception (IOException
subclass). WOComponentDefinition.readWoDeclaration catches and
converts it into a Runtime. What is needed is a developer smart
enough to throw (or at least log) some context when that happens.
Ha .. That's a valid point and I didn't even notice that one. You win
this round Chuck Hill.
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