org.rococoa.cocoa.foundation
Interface NSError._Class

All Superinterfaces:
NSClass, NSObject
Enclosing interface:
NSError

public static interface NSError._Class
extends NSClass


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.rococoa.NSClass
NSClass._Class
 
Field Summary
 
Fields inherited from interface org.rococoa.NSClass
CLASS
 
Method Summary
 NSError alloc()
           
 NSError errorWithDomain_code_userInfo(java.lang.String domain, NSInteger code, NSDictionary userInfo)
           
 
Methods inherited from interface org.rococoa.NSObject
description, id, isKindOfClass, isKindOfClass, release, retain, retainCount
 

Method Detail

alloc

NSError alloc()

errorWithDomain_code_userInfo

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


Copyright © 2009. All Rights Reserved.