• 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
HELP please. ;-) Exception error...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

HELP please. ;-) Exception error...


  • Subject: HELP please. ;-) Exception error...
  • From: "Steven M.Palm" <email@hidden>
  • Date: Sat, 8 Mar 2003 16:51:02 -0600

Okay, so I'm still learning the basics it would seem....

I've created a class, and in it's interface I have:

NSMutableArray *masterList;


Then, in the class -init() method, I have:

masterList = [NSMutableArray arrayWithCapacity:50];

In another method of the class, I try:

[masterList addObjectsFromArray:aList];

And get an exception error. if I try a 'po' in the debugger, I get an objc_message send error.

What's up?

In the main controller class, I create an instance of the above class using an [[myClass alloc] init], then then use that returned object to call the method that is getting the exception error.

-----------------------
- Steven M. Palm
- Ham Radio Call: N9YTY
- Attempts to make thine own star shine shall lead thee into darkness.
-----------------------
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • Re: HELP please. ;-) Exception error...
      • From: email@hidden
    • Re: HELP please. ;-) Exception error...
      • From: Dan Bernstein <cocoa-dev%email@hidden>
  • Prev by Date: NSTableView selection probs
  • Next by Date: Re: Cocoa friendly Quicktime APIs?
  • Previous by thread: NSTableView selection probs
  • Next by thread: Re: HELP please. ;-) Exception error...
  • Index(es):
    • Date
    • Thread