Enumeration Case 列挙ケース

NSDecodingFailurePolicyRaiseException

A failure policy that directs the coder to raise an exception. ある障害ポリシー、それはコーダに例外を引き起こすよう命令します。

Declaration 宣言

NSDecodingFailurePolicyRaiseException

Discussion 議論

With this policy, the NSCoder raises an exception internally to propagate failure messages (and unwind the stack). This exception can be transformed into an NSError via methods like decodeTopLevelObjectAndReturnError: このポリシーで、NSCoderは、例外を内部的に引き起こすことで失敗メッセージを伝播します(そしてそのスタックを巻き戻しません)。この例外は、NSErrorへと変換されることが、decodeTopLevelObjectAndReturnError:のようなメソッド経由で可能です。

See Also 参照

Failure Policies 障害ポリシー