Uses of Class
com.jniwrapper.macosx.cocoa.nserror.NSError

Packages that use NSError
com.jniwrapper.macosx.cocoa.nserror   
com.jniwrapper.macosx.cocoa.nsobject   
com.jniwrapper.macosx.cocoa.nsurlauthenticationchallenge   
com.jniwrapper.macosx.cocoa.nsurlconnection   
com.jniwrapper.macosx.cocoa.nsurlprotocol   
 

Uses of NSError in com.jniwrapper.macosx.cocoa.nserror
 

Methods in com.jniwrapper.macosx.cocoa.nserror that return NSError
static NSError NSError.NSError_errorWithDomain_code_userInfo(java.lang.String domain, com.jniwrapper.Int code, NSDictionary dict)
          This method represents the errorWithDomain static constructor of the NSError Objective-C class.
 

Uses of NSError in com.jniwrapper.macosx.cocoa.nsobject
 

Methods in com.jniwrapper.macosx.cocoa.nsobject with parameters of type NSError
 com.jniwrapper.Bool NSObject.validateValue_forKeyPath_error(Id ioValue, java.lang.String inKeyPath, NSError outError)
          This method represents the validateValue() method of the NSObject Objective-C class.
 com.jniwrapper.Bool NSObject.validateValue_forKey_error(Id ioValue, java.lang.String inKey, NSError outError)
          This method represents the validateValue() method of the NSObject Objective-C class.
 void NSObject.parser_validationErrorOccurred(NSXMLParser parser, NSError validationError)
          This method represents the parser() method of the NSObject Objective-C class.
 void NSObject.connection_didFailWithError(NSURLConnection connection, NSError error)
          This method represents the connection() method of the NSObject Objective-C class.
 void NSObject.parser_parseErrorOccurred(NSXMLParser parser, NSError parseError)
          This method represents the parser() method of the NSObject Objective-C class.
 void NSObject.download_didFailWithError(NSURLDownload download, NSError error)
          This method represents the download() method of the NSObject Objective-C class.
 

Uses of NSError in com.jniwrapper.macosx.cocoa.nsurlauthenticationchallenge
 

Methods in com.jniwrapper.macosx.cocoa.nsurlauthenticationchallenge with parameters of type NSError
 Id NSURLAuthenticationChallenge.initWithProtectionSpace_proposedCredential_previousFailureCount_failureResponse_error_sender(NSURLProtectionSpace space, NSURLCredential credential, com.jniwrapper.Int previousFailureCount, NSURLResponse response, NSError error, Id sender)
          This method represents the initWithProtectionSpace() method of the NSURLAuthenticationChallenge Objective-C class.
 

Uses of NSError in com.jniwrapper.macosx.cocoa.nsurlconnection
 

Methods in com.jniwrapper.macosx.cocoa.nsurlconnection with parameters of type NSError
static com.jniwrapper.Pointer.Void NSURLConnection.static_sendSynchronousRequest_returningResponse_error(NSURLRequest request, NSURLResponse response, NSError error)
          This method represents the sendSynchronousRequest() method of the NSURLConnection Objective-C class.
 

Uses of NSError in com.jniwrapper.macosx.cocoa.nsurlprotocol
 

Methods in com.jniwrapper.macosx.cocoa.nsurlprotocol with parameters of type NSError
 void NSURLProtocolClientProtocol.URLProtocol_didFailWithError(NSURLProtocol protocol, NSError error)
          This method represents the URLProtocol() method of the NSURLProtocolClientProtocol Objective-C protocol.