public final class NSDecodingFailurePolicy
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
RaiseException
On decode failure, the NSCoder will raise an exception internally to propagate failure messages (and unwind the stack).
|
static long |
SetErrorAndReturn
On decode failure, the NSCoder will capture the failure as an NSError, and prevent further decodes (by returning 0 / nil equivalent as appropriate).
|
public static final long RaiseException
public static final long SetErrorAndReturn