Searched defs:DOMException (Results 1 - 1 of 1) sorted by relevance

/dalvik/libcore/xml/src/main/java/org/w3c/dom/
H A DDOMException.java37 public class DOMException extends RuntimeException { class in inherits:RuntimeException
39 * Creates a new <code>DOMException</code> with the given error code and
44 public DOMException(short code, String message) { method in class:DOMException
49 * Holds the error code of the <code>DOMException</code>.

Completed in 63 milliseconds