case raiseException
A failure policy that directs the coder to raise an exception.
ある障害ポリシー、それはコーダに例外を引き起こすよう命令します。
Availability 有効性
Technology
case setErrorAndReturn = 1
On decode failure, the NSCoder
will capture the failure as an NSError
, and prevent further decodes (by returning 0
/ nil
equivalent as appropriate).
デコード失敗では、NSCoder
は失敗をNSError
としてキャプチャします、そしてそれ以上のデコードを防止します(0
/ nil
同等物を適切に返すことによって)。
Use this policy if you know that all encoded objects use fail
to communicate decode failures and don't raise exceptions for error propagation.
このポリシーを使ってください、もし全てのエンコードされたオブジェクトがfail
を使ってデコード失敗を伝達するそしてエラーの伝播のために例外を引き起こさないことをあなたが知っているならば。
case raiseException