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 voidJavaScriptEngine.handleJavaScriptException(ScriptException scriptException, boolean triggerOnError) Handles an exception that occurred during execution of JavaScript code.voidDefaultJavaScriptErrorListener.scriptException(HtmlPage page, ScriptException scriptException) Informs about a javascript exceptions.voidJavaScriptErrorListener.scriptException(HtmlPage page, ScriptException scriptException) Informs about a javascript exceptions.voidSilentJavaScriptErrorListener.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 TypeMethodDescriptionvoidWindow.triggerOnError(ScriptException e) Triggers theonerrorhandler, if one has been set.