NSErrorRecoveryAttempting

A set of methods that provide options to recover from an error. オプションを提供してエラーから復帰する一揃いのメソッド。

Overview 概要

The NSErrorRecoveryAttempting informal protocol provides methods that allow your application to attempt to recover from an error. These methods are invoked when an NSError object is returned that specifies the implementing object as the error recoveryAttempter and the user has selected one of the error’s localized recovery options. The method invoked depends on how the error is presented to the user. If the error is presented in a document-modal sheet, attemptRecovery(fromError:optionIndex:delegate:didRecoverSelector:contextInfo:) is invoked. If the error is presented in an application-modal dialog, attemptRecovery(fromError:optionIndex:) is invoked. NSErrorRecoveryAttempting非形式プロトコルは、あなたのアプリケーションにひとつのエラーから復旧することを試みるのを可能にするメソッドを提供します。これらのメソッドは、NSErrorオブジェクトで、recoveryAttempterとして実装オブジェクトを指定するものが返されて、ユーザがエラーの持つローカライズされた復旧オプションの1つを選ぶ場合に発動されます。発動されるメソッドは、どうやってエラーがユーザに提示されるかに依存します。エラーがドキュメントモーダルシートにおいて提示されるならば、attemptRecovery(fromError:optionIndex:delegate:didRecoverSelector:contextInfo:)が発動されます。エラーがアプリケーションモーダルダイアログにおいて提示されるならば、attemptRecovery(fromError:optionIndex:)が発動されます。

Topics 話題

Attempting Recovery From Errors エラーからの復旧を試みる

See Also 参照

Getting the Error Recovery Attempter エラー復旧企図を取得する