Re: Catch exception in NSArrayController
Re: Catch exception in NSArrayController
- Subject: Re: Catch exception in NSArrayController
- From: Kyle Sluder <email@hidden>
- Date: Thu, 17 Sep 2009 08:26:05 -0700
Exceptions are used for programmer error in Cocoa. They are not a
general error signaling mechanism.
There are a few unfortunate exceptions, though: Distributed Objects
and Objective-C++. If you are not using these technologies, you should
not be throwing or catching exceptions as a control-flow technique.
Cocoa isn't, generally speaking, exception-safe.
--Kyle Sluder
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden