Uses of Class
org.htmlunit.ScriptException
Packages that use ScriptException
Package
Description
Classes in this package are specific to the JavaScript engine - users of HtmlUnit shouldn't
need anything in this package.
Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
-
Uses of ScriptException in org.htmlunit.javascript
Methods in org.htmlunit.javascript with parameters of type ScriptExceptionModifier and TypeMethodDescriptionprotected void
JavaScriptEngine.handleJavaScriptException
(ScriptException scriptException, boolean triggerOnError) Handles an exception that occurred during execution of JavaScript code.void
DefaultJavaScriptErrorListener.scriptException
(HtmlPage page, ScriptException scriptException) Informs about a javascript exceptions.void
JavaScriptErrorListener.scriptException
(HtmlPage page, ScriptException scriptException) Informs about a javascript exceptions.void
SilentJavaScriptErrorListener.scriptException
(HtmlPage page, ScriptException scriptException) -
Uses of ScriptException in org.htmlunit.javascript.host
Methods in org.htmlunit.javascript.host with parameters of type ScriptExceptionModifier and TypeMethodDescriptionvoid
Window.triggerOnError
(ScriptException e) Triggers theonerror
handler, if one has been set.