Searched refs:DOMTestLoadException (Results 1 - 10 of 10) sorted by relevance

/libcore/dom/src/test/java/org/w3c/domts/
H A DDOMTestLoadException.java22 public class DOMTestLoadException class in inherits:Exception
30 public DOMTestLoadException(Throwable innerException) { method in class:DOMTestLoadException
H A DDOMTest.java79 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...]
H A DJTidyDocumentBuilderFactory.java87 public Document load(java.net.URL url) throws DOMTestLoadException {
96 throw new DOMTestLoadException(ex.getTargetException());
99 throw new DOMTestLoadException(ex);
H A DBatikTestDocumentBuilderFactory.java128 * @throws DOMTestLoadException if unable to load document
130 public Document load(java.net.URL url) throws DOMTestLoadException {
138 throw new DOMTestLoadException(ex.getTargetException());
141 throw new DOMTestLoadException(ex);
H A DDOM4JTestDocumentBuilderFactory.java105 public Document load(java.net.URL url) throws DOMTestLoadException {
118 throw new DOMTestLoadException(ex.getTargetException());
122 throw new DOMTestLoadException(ex);
H A DJAXPDOMTestDocumentBuilderFactory.java118 public Document load(java.net.URL url) throws DOMTestLoadException {
134 throw new DOMTestLoadException(parseException);
H A DLSDocumentBuilderFactory.java329 * @throws DOMTestLoadException if unable to load document
331 public Document load(java.net.URL url) throws DOMTestLoadException {
337 throw new DOMTestLoadException(ex.getTargetException());
340 throw new DOMTestLoadException(ex);
H A DXercesHTML2DocumentBuilderFactory.java199 public Document load(java.net.URL url) throws DOMTestLoadException {
209 throw new DOMTestLoadException(ex);
H A DXercesHTMLDocumentBuilderFactory.java199 public Document load(java.net.URL url) throws DOMTestLoadException {
209 throw new DOMTestLoadException(ex);
H A DDOMTestDocumentBuilderFactory.java64 public abstract Document load(java.net.URL url) throws DOMTestLoadException;

Completed in 85 milliseconds