Uses of Class
org.htmlunit.javascript.host.dom.DOMException
Packages that use DOMException
Package
Description
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 that return DOMExceptionModifier and TypeMethodDescriptionprotected DOMExceptionHtmlUnitScriptable.createDOMException(String message, int errorCode) Creates aDOMExceptionwith proper parent scope and prototype initialized.