Uses of Class
org.htmlunit.corejs.javascript.JavaScriptException
-
Packages that use JavaScriptException Package Description org.htmlunit.corejs.javascript -
-
Uses of JavaScriptException in org.htmlunit.corejs.javascript
Methods in org.htmlunit.corejs.javascript that return JavaScriptException Modifier and Type Method Description static JavaScriptExceptionScriptRuntime. throwCustomError(Context cx, Scriptable scope, java.lang.String constructorName, java.lang.String message)Equivalent to executing "new $constructorName(message, sourceFileName, sourceLineNo)" from JavaScript.static JavaScriptExceptionScriptRuntime. throwError(Context cx, Scriptable scope, java.lang.String message)Equivalent to executing "new Error(message, sourceFileName, sourceLineNo)" from JavaScript.
-