Re: Implicit @try/@catch?
Re: Implicit @try/@catch?
- Subject: Re: Implicit @try/@catch?
- From: Scott Ribe <email@hidden>
- Date: Wed, 11 Nov 2009 08:58:17 -0700
- Thread-topic: Implicit @try/@catch?
> Any explanations for the jump?
Well, *if* an exception was thrown, of course the rest of the method was
skipped over. That's what happens when an exception is thrown, all code all
the way up the stack is skipped until the next matching catch block.
--
Scott Ribe
email@hidden
http://www.killerbytes.com/
(303) 722-0567 voice
_______________________________________________
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