HomeSort by relevance Sort by last modified time
    Searched defs:DOMTestLoadException (Results 1 - 2 of 2) sorted by null

  /libcore/dom/src/test/java/org/w3c/domts/
DOMTestLoadException.java 22 public class DOMTestLoadException
30 public DOMTestLoadException(Throwable innerException) {
DOMTest.java 79 private URL resolveURI(String baseURI) throws DOMTestLoadException {
90 // throw new DOMTestLoadException(ex);
121 throw new DOMTestLoadException(ex);
126 throw new DOMTestLoadException(
133 DOMTestLoadException {
153 throw new DOMTestLoadException(new Exception("Unrecognized URI scheme " +
157 public String createTempURI(String scheme) throws DOMTestLoadException {
181 throw new DOMTestLoadException(ex);
196 throw new DOMTestLoadException(new Exception("Unrecognized URI scheme " +
201 DOMTestLoadException {
    [all...]

Completed in 62 milliseconds