Home
last modified time | relevance | path

Searched refs:LSException (Results 1 – 6 of 6) sorted by relevance

/libcore/luni/src/test/java/tests/org/w3c/dom/
DLSExceptionTest.java22 import org.w3c.dom.ls.LSException;
29 throw new LSException(DOMError.SEVERITY_FATAL_ERROR, msg); in testConstructor()
30 } catch (LSException e) { in testConstructor()
/libcore/luni/src/main/java/org/w3c/dom/ls/
DLSSerializer.java395 throws LSException; in write()
417 throws LSException; in writeToURI()
438 throws DOMException, LSException; in writeToString()
DLSParser.java316 throws DOMException, LSException; in parse()
340 throws DOMException, LSException; in parseURI()
457 throws DOMException, LSException; in parseWithContext()
DLSException.java29 public class LSException extends RuntimeException { class
30 public LSException(short code, String message) { in LSException() method in LSException
/libcore/
Dnon_openjdk_java_files.bp294 "luni/src/main/java/org/w3c/dom/ls/LSException.java",
/libcore/api/
Dcurrent.txt21334 public class LSException extends java.lang.RuntimeException {
21335 ctor public LSException(short, String);
21377 …Document parse(org.w3c.dom.ls.LSInput) throws org.w3c.dom.DOMException, org.w3c.dom.ls.LSException;
21378 … org.w3c.dom.Document parseURI(String) throws org.w3c.dom.DOMException, org.w3c.dom.ls.LSException;
21379 …m.ls.LSInput, org.w3c.dom.Node, short) throws org.w3c.dom.DOMException, org.w3c.dom.ls.LSException;
21406 … public boolean write(org.w3c.dom.Node, org.w3c.dom.ls.LSOutput) throws org.w3c.dom.ls.LSException;
21407 …String writeToString(org.w3c.dom.Node) throws org.w3c.dom.DOMException, org.w3c.dom.ls.LSException;
21408 method public boolean writeToURI(org.w3c.dom.Node, String) throws org.w3c.dom.ls.LSException;