Uses of Class
netscape.javascript.JSException
Packages that use JSException
Package
Description
 Provides Java code the ability to access the JavaScript engine and the
 HTML DOM in the web browser.
- 
Uses of JSException in netscape.javascriptMethods in netscape.javascript that throw JSExceptionModifier and TypeMethodDescriptionabstract ObjectCalls a JavaScript method.abstract ObjectEvaluates a JavaScript expression.abstract ObjectRetrieves a named member of a JavaScript object.abstract ObjectJSObject.getSlot(int index)Retrieves an indexed member of a JavaScript object.abstract voidJSObject.removeMember(String name)Removes a named member of a JavaScript object.abstract voidSets a named member of a JavaScript object.abstract voidSets an indexed member of a JavaScript object.