Uses of Class
org.htmlunit.javascript.host.dom.DOMException
-
Packages that use DOMException Package Description org.htmlunit.javascript Classes in this package are specific to the JavaScript engine - users of HtmlUnit shouldn't need anything in this package. -
-
Uses of DOMException in org.htmlunit.javascript
Methods in org.htmlunit.javascript with parameters of type DOMException Modifier and Type Method Description static org.htmlunit.corejs.javascript.RhinoException
JavaScriptEngine. asJavaScriptException(Window window, DOMException exception)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Encapsulates the givenDOMException
into a Rhino-compatible exception.
-