org.rococoa.cocoa.foundation
Class FoundationLibrary.NSAppleScriptErrorMessage

java.lang.Object
  extended by org.rococoa.cocoa.foundation.FoundationLibrary.NSAppleScriptErrorMessage
Enclosing interface:
FoundationLibrary

public static final class FoundationLibrary.NSAppleScriptErrorMessage
extends Object

If the result of -initWithContentsOfURL:error:, -compileAndReturnError:, -executeAndReturnError:, or -executeAppleEvent:error:, signals failure (nil, NO, nil, or nil, respectively), a pointer to an autoreleased dictionary is put at the location pointed to by the error parameter. The error info dictionary may contain entries that use any combination of the following keys, including no entries at all.
NSString


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

Constructor Detail

FoundationLibrary.NSAppleScriptErrorMessage

public FoundationLibrary.NSAppleScriptErrorMessage()
Method Detail

get

public static FoundationLibrary.NSAppleScriptErrorMessage.NSAppleScriptErrorMessage_holder get()


Copyright © 2009. All Rights Reserved.