org.rococoa.cocoa.foundation
Class FoundationLibrary.NSUndefinedKeyException
java.lang.Object
org.rococoa.cocoa.foundation.FoundationLibrary.NSUndefinedKeyException
- Enclosing interface:
- FoundationLibrary
public static final class FoundationLibrary.NSUndefinedKeyException
- extends Object
The exception that is thrown when a key value coding operation fails. The exception's user info dictionary will contain at least two entries:
- @"NSTargetObjectUserInfoKey": the receiver of the failed KVC message.
- @"NSUnknownUserInfoKey": the key that was used in the failed KVC message.
The actual value of this constant string is "NSUnknownKeyException," to match the exceptions that are thrown by KVC methods that were deprecated in Mac OS 10.3.
FoundationLibrary.NSUndefinedKeyException
public FoundationLibrary.NSUndefinedKeyException()
get
public static FoundationLibrary.NSUndefinedKeyException.NSUndefinedKeyException_holder get()
Copyright © 2009. All Rights Reserved.