org.rococoa.cocoa.foundation
Interface NSError

All Superinterfaces:
NSObject

public interface NSError
extends NSObject


Nested Class Summary
static interface NSError._Class
           
 
Field Summary
static NSError._Class CLASS
           
 
Method Summary
 NSInteger code()
           
 java.lang.String domain()
           
 NSError initWithDomain_code_userInfo(java.lang.String domain, NSInteger code, NSDictionary userInfo)
           
 java.lang.String localizedDescription()
           
 java.lang.String localizedFailureReason()
           
 NSArray localizedRecoveryOptions()
           
 java.lang.String localizedRecoverySuggestion()
           
 NSObject recoveryAttempter()
           
 NSDictionary userInfo()
           
 
Methods inherited from interface org.rococoa.NSObject
description, id, isKindOfClass, isKindOfClass, release, retain, retainCount
 

Field Detail

CLASS

static final NSError._Class CLASS
Method Detail

initWithDomain_code_userInfo

NSError initWithDomain_code_userInfo(java.lang.String domain,
                                     NSInteger code,
                                     NSDictionary userInfo)

code

NSInteger code()

domain

java.lang.String domain()

localizedDescription

java.lang.String localizedDescription()

localizedRecoverySuggestion

java.lang.String localizedRecoverySuggestion()

localizedRecoveryOptions

NSArray localizedRecoveryOptions()

localizedFailureReason

java.lang.String localizedFailureReason()

recoveryAttempter

NSObject recoveryAttempter()

userInfo

NSDictionary userInfo()


Copyright © 2009. All Rights Reserved.