Searched refs:ParserConfigurationException (Results 1 - 16 of 16) sorted by relevance

/libcore/luni/src/main/java/javax/xml/parsers/
H A DParserConfigurationException.java19 // $Id: ParserConfigurationException.java 569981 2007-08-27 03:59:07Z mrglavas $
30 public class ParserConfigurationException extends Exception { class in inherits:Exception
33 * Create a new <code>ParserConfigurationException</code> with no
37 public ParserConfigurationException() { method in class:ParserConfigurationException
41 * Create a new <code>ParserConfigurationException</code> with
47 public ParserConfigurationException(String msg) { method in class:ParserConfigurationException
H A DDocumentBuilderFactory.java90 * @exception ParserConfigurationException if a DocumentBuilder
96 throws ParserConfigurationException;
304 * An {@link ParserConfigurationException} is thrown if this <code>DocumentBuilderFactory</code> or the
329 * @throws ParserConfigurationException if this <code>DocumentBuilderFactory</code> or the <code>DocumentBuilder</code>s
334 throws ParserConfigurationException;
342 * An {@link ParserConfigurationException} is thrown if this <code>DocumentBuilderFactory</code> or the
351 * @throws ParserConfigurationException if this <code>DocumentBuilderFactory</code>
355 throws ParserConfigurationException;
421 * Such configuration will cause a {@link ParserConfigurationException}
H A DSAXParserFactory.java104 * @exception ParserConfigurationException if a parser cannot
110 throws ParserConfigurationException, SAXException;
206 * @exception ParserConfigurationException if a parser cannot
218 throws ParserConfigurationException, SAXNotRecognizedException,
230 * @exception ParserConfigurationException if a parser cannot be created which satisfies the requested configuration.
237 throws ParserConfigurationException, SAXNotRecognizedException,
/libcore/luni/src/test/java/tests/api/javax/xml/parsers/
H A DParserConfigurationExceptionTest.java18 import javax.xml.parsers.ParserConfigurationException;
25 ParserConfigurationException pce = new ParserConfigurationException();
32 ParserConfigurationException pce =
33 new ParserConfigurationException("Oops!");
H A DSAXParserFactoryTest.java26 import javax.xml.parsers.ParserConfigurationException;
164 } catch(ParserConfigurationException e) {
172 // We can't verify ParserConfigurationException and
185 } catch (ParserConfigurationException pce) {
186 fail("ParserConfigurationException is thrown");
197 } catch (ParserConfigurationException pce) {
198 fail("ParserConfigurationException is thrown");
209 } catch (ParserConfigurationException pce) {
210 fail("ParserConfigurationException is thrown");
222 } catch (ParserConfigurationException pc
[all...]
H A DDocumentBuilderFactoryTest.java36 import javax.xml.parsers.ParserConfigurationException;
129 // } catch (ParserConfigurationException e) {
130 // fail("Unexpected ParserConfigurationException " + e.getMessage());
138 // } catch (ParserConfigurationException e) {
139 // fail("Unexpected ParserConfigurationException " + e.getMessage());
149 // } catch (ParserConfigurationException e) {
150 // fail("Unexpected ParserConfigurationException" + e.getMessage());
157 // fail("ParserConfigurationException expected");
159 // } catch (ParserConfigurationException e) {
321 } catch(ParserConfigurationException
[all...]
/libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
H A DDocumentBuilderFactoryImpl.java21 import javax.xml.parsers.ParserConfigurationException;
43 public boolean getFeature(String name) throws ParserConfigurationException {
53 throw new ParserConfigurationException(name);
59 throws ParserConfigurationException {
61 throw new ParserConfigurationException(
91 throws ParserConfigurationException {
101 throw new ParserConfigurationException(name);
H A DSAXParserFactoryImpl.java21 import javax.xml.parsers.ParserConfigurationException;
73 public SAXParser newSAXParser() throws ParserConfigurationException {
75 throw new ParserConfigurationException(
82 throw new ParserConfigurationException(ex.toString());
/libcore/luni/src/test/java/tests/org/w3c/dom/
H A DDOMDocumentBuilderFactory.java5 import javax.xml.parsers.ParserConfigurationException;
37 } catch (ParserConfigurationException e) {
/libcore/dom/src/test/java/org/w3c/domts/
H A DJAXPDOMTestDocumentBuilderFactory.java18 import javax.xml.parsers.ParserConfigurationException;
63 catch (ParserConfigurationException ex) {
H A DXercesHTML2DocumentBuilderFactory.java19 import javax.xml.parsers.ParserConfigurationException;
97 catch (ParserConfigurationException ex) {
H A DXercesHTMLDocumentBuilderFactory.java19 import javax.xml.parsers.ParserConfigurationException;
97 catch (ParserConfigurationException ex) {
/libcore/luni/src/test/java/libcore/xml/
H A DJaxenXPathTestSuite.java31 import javax.xml.parsers.ParserConfigurationException;
67 throws ParserConfigurationException, IOException, SAXException {
H A DXsltXPathConformanceTestSuite.java35 import javax.xml.parsers.ParserConfigurationException;
116 throws ParserConfigurationException, XmlPullParserException {
416 throws ParserConfigurationException, IOException, SAXException,
/libcore/luni/src/main/java/java/util/
H A DProperties.java36 import javax.xml.parsers.ParserConfigurationException;
592 } catch (ParserConfigurationException e) {
/libcore/luni/src/main/java/java/util/prefs/
H A DXMLParser.java37 import javax.xml.parsers.ParserConfigurationException;
111 } catch (ParserConfigurationException e) {

Completed in 431 milliseconds