Home | History | Annotate | Download | only in domts

Lines Matching defs:DOMTestLoadException

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 {
228 public InputStream createStream(String bytes) throws DOMTestLoadException,