Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7895619
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T07:41:13+00:00 2026-06-03T07:41:13+00:00

Im trying to add an init method in a category like this: @interface NSError

  • 0

Im trying to add an init method in a category like this:

@interface NSError (message)

+(id)errorWithCode:(NSInteger)code message:(NSString*)message;
-(id)initWithCode:(NSInteger)code message:(NSString*)message;

@end

–
@implementation NSError (message)

+(id)errorWithCode:(NSInteger)code message:(NSString*)message;
{
    return [[[[self class] alloc] initWithCode:code message:message] autorelease];
}

-(id)initWithCode:(NSInteger)code message:(NSString*)message;
{
    NSMutableDictionary * userInfo = [NSMutableDictionary dictionary];
    [userInfo setValue:message forKey:NSLocalizedDescriptionKey];

    self = [super initWithDomain:@"some.domain" code:code userInfo:userInfo]; // problem line

    return self;
}

@end

But it complais about “super” beeing of class NSObject and not responding to initWithDomain…
I tried casting super to NSError but compiler says it is not allowed.

If I run it, I get “unrecognized selector sent to…” so it’s not just a casting error.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T07:41:14+00:00Added an answer on June 3, 2026 at 7:41 am

    You didn’t inherit from NSError, you added new code to the same class. So instead of super you should probably be calling self.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying add a tab to my web page that looks like this: Using
I am now trying to add a simple PE into my app. This PE
I'm having trouble with a snippet of code. I'm trying to add an instance
I've been reading and trying to use the method proposed in this thread: How
The Code: ... else if ([elementName isEqualToString:@photo]) { NSLog(@Trying to add photo); NSLog(@Prev: %d,[currentItem.photoList
Trying to add the ability to delete a Folder using FTP and all subfolders
Trying to add simplecov to my Rails app (Jruby 1.6.4, Ruby 1.9.2, Windows). I
Trying to add a new element to the DOM but I get all sorts
Trying to add an onclick handler to my tabs, and can't seem to get
Trying to add a 'box' to a form at design time, I looked up

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.