org.rococoa.cocoa.foundation
Class NSError

java.lang.Object
  extended by org.rococoa.cocoa.foundation.NSObject
      extended by org.rococoa.cocoa.foundation.NSError
All Implemented Interfaces:
ObjCObject

public abstract class NSError
extends NSObject


Nested Class Summary
static interface NSError._Class
           
 
Nested classes/interfaces inherited from class org.rococoa.cocoa.foundation.NSObject
NSObject._class_
 
Field Summary
static NSError._Class CLASS
           
 
Constructor Summary
NSError()
           
 
Method Summary
abstract  NSInteger code()
           
abstract  String domain()
           
abstract  NSError initWithDomain_code_userInfo(String domain, NSInteger code, NSDictionary userInfo)
           
abstract  String localizedDescription()
           
abstract  String localizedFailureReason()
           
abstract  NSArray localizedRecoveryOptions()
           
abstract  String localizedRecoverySuggestion()
           
abstract  NSObject recoveryAttempter()
           
abstract  NSDictionary userInfo()
           
 
Methods inherited from class org.rococoa.cocoa.foundation.NSObject
description, isKindOfClass, isKindOfClass, release, retain, retainCount
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Field Detail

CLASS

public static final NSError._Class CLASS
Constructor Detail

NSError

public NSError()
Method Detail

initWithDomain_code_userInfo

public abstract NSError initWithDomain_code_userInfo(String domain,
                                                     NSInteger code,
                                                     NSDictionary userInfo)

code

public abstract NSInteger code()

domain

public abstract String domain()

localizedDescription

public abstract String localizedDescription()

localizedRecoverySuggestion

public abstract String localizedRecoverySuggestion()

localizedRecoveryOptions

public abstract NSArray localizedRecoveryOptions()

localizedFailureReason

public abstract String localizedFailureReason()

recoveryAttempter

public abstract NSObject recoveryAttempter()

userInfo

public abstract NSDictionary userInfo()


Copyright © 2012. All Rights Reserved.