Re: index out of bounds
Re: index out of bounds
- Subject: Re: index out of bounds
- From: Chris Suter <email@hidden>
- Date: Wed, 5 Jul 2006 15:49:10 +1000
I have a table with data in it. When someone clicks the remove
button, I get the selection array and remove all the objects in it.
If there is an empty selection, I am told index out of bounds,
naturally, because there are no items in the array. Can I just
leave this error? Or should I make a catch for it?
No, you shouldn't, you have a bug in your code. Exceptions are
generally for exceptional circumstances like running out of memory,
not for something that could often happen.
How are you removing all the items? Send some code.
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden