Error Handling Programming Guide For Cocoa
PDF
Introduction
Error Objects, Domains, and Codes
Why Have Error Objects?
Error Domains
Error Codes
The User Info Dictionary
Localized Error Information
The Recovery Attempter
Underlying Error
Domain-Specific Keys
Error Responders and Error Recovery
The Error-Responder Chain
Error Customization
Error Recovery
Using and Creating Error Objects
Handling Error Objects Returned From Methods
Displaying Information From Error Objects
Creating and Returning NSError Objects
A Note on Errors and Exceptions
Handling Received Errors
Passing Errors Up the Error-Responder Chain
Customizing an Error Object
Recovering From Errors
Revision History
Index
Related Reference
Objective-C
NSDocument
NSDocumentController
NSError
NSErrorRecoveryAttempting
NSResponder
Related Sample Code
Image Kit with Core Data
AbstractTree
Related Documents
Document-Based Applications Overview
Exception Programming Topics for Cocoa