• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Implicit @try/@catch?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Implicit @try/@catch? (From: Jim Kang <email@hidden>)

  • Prev by Date: Weird problem with Core Text
  • Next by Date: Re: Implicit @try/@catch?
  • Previous by thread: Re: Implicit @try/@catch?
  • Next by thread: Re: Implicit @try/@catch?
  • Index(es):
    • Date
    • Thread