--- On Sun, 7/27/08, Randy <[EMAIL PROTECTED]> wrote: > @catch (NSRangeException *nSRE)
NSRangeException is declared as an NSString constant, not a class. What you want to do is catch an NSException and check if [[exception name] isEqualToString:NSRangeException]. Cheers, Chuck _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]