org.rococoa.cocoa.foundation
Class FoundationLibrary.NSUndefinedKeyException

java.lang.Object
  extended by 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.


Nested Class Summary
static class FoundationLibrary.NSUndefinedKeyException.NSUndefinedKeyException_holder
           
 
Constructor Summary
FoundationLibrary.NSUndefinedKeyException()
           
 
Method Summary
static FoundationLibrary.NSUndefinedKeyException.NSUndefinedKeyException_holder get()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FoundationLibrary.NSUndefinedKeyException

public FoundationLibrary.NSUndefinedKeyException()
Method Detail

get

public static FoundationLibrary.NSUndefinedKeyException.NSUndefinedKeyException_holder get()


Copyright © 2009. All Rights Reserved.