Home
last modified time | relevance | path

Searched refs:JSException (Results 1 – 25 of 38) sorted by relevance

12

/dports/www/kf5-khtml/khtml-5.89.0/src/java/netscape/javascript/
H A DJSObject.java9 public abstract Object call(String function, Object[] arguments) throws JSException; in call()
10 public abstract Object eval(String script) throws JSException; in eval()
11 public abstract Object getMember(String name) throws JSException; in getMember()
12 public abstract void setMember(String name, Object o) throws JSException; in setMember()
13 public abstract void removeMember(String name) throws JSException; in removeMember()
14 public abstract Object getSlot(int index) throws JSException; in getSlot()
15 public abstract void setSlot(int index, Object o) throws JSException; in setSlot()
16 public static JSObject getWindow(Applet applet) throws JSException in getWindow()
H A DJSException.java3 public class JSException extends Exception { class
4 public JSException() {} in JSException() method in JSException
5 public JSException(String s) { in JSException() method in JSException
8 public JSException(String s, String fn, int ln, String src, int ti) { in JSException() method in JSException
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jsobject/share/classes/netscape/javascript/
H A DJSObject.java72 public abstract Object call(String methodName, Object... args) throws JSException; in call()
84 public abstract Object eval(String s) throws JSException; in eval()
95 public abstract Object getMember(String name) throws JSException; in getMember()
106 public abstract void setMember(String name, Object value) throws JSException; in setMember()
116 public abstract void removeMember(String name) throws JSException; in removeMember()
127 public abstract Object getSlot(int index) throws JSException; in getSlot()
138 public abstract void setSlot(int index, Object value) throws JSException; in setSlot()
H A DJSException.java33 public class JSException extends RuntimeException { class
39 public JSException() { in JSException() method in JSException
48 public JSException(String s) { in JSException() method in JSException
57 public JSException(Throwable t) { in JSException() method in JSException
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.jsobject/share/classes/netscape/javascript/
H A DJSObject.java72 public abstract Object call(String methodName, Object... args) throws JSException; in call()
84 public abstract Object eval(String s) throws JSException; in eval()
95 public abstract Object getMember(String name) throws JSException; in getMember()
106 public abstract void setMember(String name, Object value) throws JSException; in setMember()
116 public abstract void removeMember(String name) throws JSException; in removeMember()
127 public abstract Object getSlot(int index) throws JSException; in getSlot()
138 public abstract void setSlot(int index, Object value) throws JSException; in setSlot()
H A DJSException.java33 public class JSException extends RuntimeException { class
39 public JSException() { in JSException() method in JSException
48 public JSException(String s) { in JSException() method in JSException
57 public JSException(Throwable t) { in JSException() method in JSException
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.jsobject/share/classes/netscape/javascript/
H A DJSObject.java72 public abstract Object call(String methodName, Object... args) throws JSException; in call()
84 public abstract Object eval(String s) throws JSException; in eval()
95 public abstract Object getMember(String name) throws JSException; in getMember()
106 public abstract void setMember(String name, Object value) throws JSException; in setMember()
116 public abstract void removeMember(String name) throws JSException; in removeMember()
127 public abstract Object getSlot(int index) throws JSException; in getSlot()
138 public abstract void setSlot(int index, Object value) throws JSException; in setSlot()
H A DJSException.java33 public class JSException extends RuntimeException { class
39 public JSException() { in JSException() method in JSException
48 public JSException(String s) { in JSException() method in JSException
57 public JSException(Throwable t) { in JSException() method in JSException
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jsobject/share/classes/netscape/javascript/
H A DJSObject.java72 public abstract Object call(String methodName, Object... args) throws JSException; in call()
84 public abstract Object eval(String s) throws JSException; in eval()
95 public abstract Object getMember(String name) throws JSException; in getMember()
106 public abstract void setMember(String name, Object value) throws JSException; in setMember()
116 public abstract void removeMember(String name) throws JSException; in removeMember()
127 public abstract Object getSlot(int index) throws JSException; in getSlot()
138 public abstract void setSlot(int index, Object value) throws JSException; in setSlot()
H A DJSException.java33 public class JSException extends RuntimeException { class
39 public JSException() { in JSException() method in JSException
48 public JSException(String s) { in JSException() method in JSException
57 public JSException(Throwable t) { in JSException() method in JSException
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.jsobject/share/classes/netscape/javascript/
H A DJSObject.java74 public abstract Object call(String methodName, Object... args) throws JSException; in call()
86 public abstract Object eval(String s) throws JSException; in eval()
97 public abstract Object getMember(String name) throws JSException; in getMember()
108 public abstract void setMember(String name, Object value) throws JSException; in setMember()
118 public abstract void removeMember(String name) throws JSException; in removeMember()
129 public abstract Object getSlot(int index) throws JSException; in getSlot()
140 public abstract void setSlot(int index, Object value) throws JSException; in setSlot()
160 public static JSObject getWindow(Applet applet) throws JSException { in getWindow()
H A DJSException.java33 public class JSException extends RuntimeException { class
39 public JSException() { in JSException() method in JSException
48 public JSException(String s) { in JSException() method in JSException
57 public JSException(Throwable t) { in JSException() method in JSException
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.jsobject/share/classes/netscape/javascript/
H A DJSObject.java74 public abstract Object call(String methodName, Object... args) throws JSException; in call()
86 public abstract Object eval(String s) throws JSException; in eval()
97 public abstract Object getMember(String name) throws JSException; in getMember()
108 public abstract void setMember(String name, Object value) throws JSException; in setMember()
118 public abstract void removeMember(String name) throws JSException; in removeMember()
129 public abstract Object getSlot(int index) throws JSException; in getSlot()
140 public abstract void setSlot(int index, Object value) throws JSException; in setSlot()
160 public static JSObject getWindow(Applet applet) throws JSException { in getWindow()
H A DJSException.java33 public class JSException extends RuntimeException { class
39 public JSException() { in JSException() method in JSException
48 public JSException(String s) { in JSException() method in JSException
57 public JSException(Throwable t) { in JSException() method in JSException
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.jsobject/share/classes/netscape/javascript/
H A DJSObject.java74 public abstract Object call(String methodName, Object... args) throws JSException; in call()
86 public abstract Object eval(String s) throws JSException; in eval()
97 public abstract Object getMember(String name) throws JSException; in getMember()
108 public abstract void setMember(String name, Object value) throws JSException; in setMember()
118 public abstract void removeMember(String name) throws JSException; in removeMember()
129 public abstract Object getSlot(int index) throws JSException; in getSlot()
140 public abstract void setSlot(int index, Object value) throws JSException; in setSlot()
160 public static JSObject getWindow(Applet applet) throws JSException { in getWindow()
H A DJSException.java33 public class JSException extends RuntimeException { class
39 public JSException() { in JSException() method in JSException
48 public JSException(String s) { in JSException() method in JSException
57 public JSException(Throwable t) { in JSException() method in JSException
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.jsobject/share/classes/netscape/javascript/
H A DJSObject.java74 public abstract Object call(String methodName, Object... args) throws JSException; in call()
86 public abstract Object eval(String s) throws JSException; in eval()
97 public abstract Object getMember(String name) throws JSException; in getMember()
108 public abstract void setMember(String name, Object value) throws JSException; in setMember()
118 public abstract void removeMember(String name) throws JSException; in removeMember()
129 public abstract Object getSlot(int index) throws JSException; in getSlot()
140 public abstract void setSlot(int index, Object value) throws JSException; in setSlot()
160 public static JSObject getWindow(Applet applet) throws JSException { in getWindow()
H A DJSException.java33 public class JSException extends RuntimeException { class
39 public JSException() { in JSException() method in JSException
48 public JSException(String s) { in JSException() method in JSException
57 public JSException(Throwable t) { in JSException() method in JSException
/dports/devel/jsl/jsl-0.3.0/src/liveconnect/classes/netscape/javascript/
H A DJSException.java48 class JSException extends RuntimeException { class
71 public JSException() { in JSException() method in JSException
87 public JSException(String s) { in JSException() method in JSException
101 private JSException(int wrappedExceptionType, Object wrappedException) { in JSException() method in JSException
114 public JSException(String s, String filename, int lineno, in JSException() method in JSException
/dports/lang/spidermonkey17/js/src/liveconnect/classes/netscape/javascript/
H A DJSException.java48 class JSException extends RuntimeException { class
71 public JSException() { in JSException() method in JSException
87 public JSException(String s) { in JSException() method in JSException
101 private JSException(int wrappedExceptionType, Object wrappedException) { in JSException() method in JSException
114 public JSException(String s, String filename, int lineno, in JSException() method in JSException
/dports/java/icedtea-web/icedtea-web-1.6.2/plugin/icedteanp/java/netscape/javascript/
H A DJSException.java47 public class JSException extends RuntimeException { class
71 public JSException() { in JSException() method in JSException
88 public JSException(String s) { in JSException() method in JSException
104 public JSException(int wrappedExceptionType, Object wrappedException) { in JSException() method in JSException
122 public JSException(String s, String filename, int lineno, in JSException() method in JSException
/dports/www/kf5-khtml/khtml-5.89.0/src/java/org/kde/javascript/
H A DJSObject.java71 private Object evaluate(String script, boolean global) throws netscape.javascript.JSException { in evaluate()
101 throw new netscape.javascript.JSException("Script error: " + value); in evaluate()
140 public Object call(String func, Object [] args) throws netscape.javascript.JSException { in call()
148 public Object eval(String s) throws netscape.javascript.JSException { in eval()
155 public Object getMember(String name) throws netscape.javascript.JSException { in getMember()
159 public void setMember(String name, java.lang.Object o) throws netscape.javascript.JSException { in setMember()
163 public void removeMember(String name) throws netscape.javascript.JSException { in removeMember()
168 public Object getSlot(int index)throws netscape.javascript.JSException { in getSlot()
172 public void setSlot(int index, Object o) throws netscape.javascript.JSException { in setSlot()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.jsobject/share/classes/jdk/internal/netscape/javascript/spi/
H A DJSObjectProvider.java29 import netscape.javascript.JSException;
44 public JSObject getWindow(Applet applet) throws JSException; in getWindow()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.jsobject/share/classes/jdk/internal/netscape/javascript/spi/
H A DJSObjectProvider.java29 import netscape.javascript.JSException;
44 public JSObject getWindow(Applet applet) throws JSException; in getWindow()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.jsobject/share/classes/jdk/internal/netscape/javascript/spi/
H A DJSObjectProvider.java29 import netscape.javascript.JSException;
44 public JSObject getWindow(Applet applet) throws JSException; in getWindow()

12