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

123

/openjdk7/jaxp/src/javax/xml/parsers/
H A DParserConfigurationException.java34 public class ParserConfigurationException extends Exception { class in inherits:Exception
37 * Create a new <code>ParserConfigurationException</code> with no
41 public ParserConfigurationException() { method in class:ParserConfigurationException
46 * Create a new <code>ParserConfigurationException</code> with
52 public ParserConfigurationException(String msg) { method in class:ParserConfigurationException
H A DSAXParserFactory.java187 * @throws ParserConfigurationException if a parser cannot
193 throws ParserConfigurationException, SAXException;
288 * @throws ParserConfigurationException if a parser cannot
300 throws ParserConfigurationException, SAXNotRecognizedException,
312 * @throws ParserConfigurationException if a parser cannot be created which satisfies the requested configuration.
319 throws ParserConfigurationException, SAXNotRecognizedException,
H A DDocumentBuilderFactory.java183 * @throws ParserConfigurationException if a DocumentBuilder
188 throws ParserConfigurationException;
425 * A {@link ParserConfigurationException} is thrown if this <code>DocumentBuilderFactory</code> or the
450 * @throws ParserConfigurationException if this <code>DocumentBuilderFactory</code> or the <code>DocumentBuilder</code>s
455 throws ParserConfigurationException;
463 * An {@link ParserConfigurationException} is thrown if this <code>DocumentBuilderFactory</code> or the
472 * @throws ParserConfigurationException if this <code>DocumentBuilderFactory</code>
476 throws ParserConfigurationException;
562 * Such configuration will cause a {@link ParserConfigurationException}
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/xml/sax/
H A DJAXPXMLReaderCreator.java48 import javax.xml.parsers.ParserConfigurationException;
84 } catch (ParserConfigurationException e) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/
H A DDocumentBuilderFactoryImpl.java28 import javax.xml.parsers.ParserConfigurationException;
59 throws ParserConfigurationException
64 throw new ParserConfigurationException(
69 throw new ParserConfigurationException(
79 throw new ParserConfigurationException(se.getMessage());
172 throws ParserConfigurationException {
188 throw new ParserConfigurationException(e.getMessage());
193 throws ParserConfigurationException {
200 throw new ParserConfigurationException(
216 throw new ParserConfigurationException(
[all...]
H A DSAXParserFactoryImpl.java26 import javax.xml.parsers.ParserConfigurationException;
77 throws ParserConfigurationException
83 // Translate to ParserConfigurationException
84 throw new ParserConfigurationException(se.getMessage());
93 throws ParserConfigurationException, SAXNotRecognizedException,
104 throw new ParserConfigurationException(se.getMessage());
114 throws ParserConfigurationException, SAXNotRecognizedException,
122 throw new ParserConfigurationException(
151 throws ParserConfigurationException, SAXNotRecognizedException,
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/transforms/
H A DTransformSpi.java25 import javax.xml.parsers.ParserConfigurationException;
64 * @throws ParserConfigurationException
72 TransformationException, ParserConfigurationException,
89 * @throws ParserConfigurationException
97 TransformationException, ParserConfigurationException,
119 * @throws ParserConfigurationException
127 TransformationException, ParserConfigurationException,
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/dtd/bindinfo/
H A DDOMBuilder.java28 import javax.xml.parsers.ParserConfigurationException;
41 public DOMBuilder() throws ParserConfigurationException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/util/
H A DParserPool.java32 import javax.xml.parsers.ParserConfigurationException;
59 } catch (ParserConfigurationException ex) {
67 public SAXParser get() throws ParserConfigurationException,
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/
H A DSAXParserFactoryAdaptor.java35 import javax.xml.parsers.ParserConfigurationException;
56 public SAXParser newSAXParser() throws ParserConfigurationException, SAXException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/
H A DDomHandlerEx.java30 import javax.xml.parsers.ParserConfigurationException;
80 } catch (ParserConfigurationException e) {
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DXMLReaderManager.java31 import javax.xml.parsers.ParserConfigurationException;
132 } catch (ParserConfigurationException pce) {
149 } catch (ParserConfigurationException ex) {
H A DDOM2Helper.java29 import javax.xml.parsers.ParserConfigurationException;
181 catch (ParserConfigurationException pce)
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DTrAXFilter.java31 import javax.xml.parsers.ParserConfigurationException;
89 catch (ParserConfigurationException e) {
H A DSAX2DOM.java32 import javax.xml.parsers.ParserConfigurationException;
77 public SAX2DOM(boolean useServicesMachnism) throws ParserConfigurationException {
82 public SAX2DOM(Node root, Node nextSibling, boolean useServicesMachnism) throws ParserConfigurationException {
98 public SAX2DOM(Node root, boolean useServicesMachnism) throws ParserConfigurationException {
311 private Document createDocument(boolean useServicesMachnism) throws ParserConfigurationException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/parser/
H A DJAXPParser.java31 import javax.xml.parsers.ParserConfigurationException;
80 } catch( ParserConfigurationException e ) {
/openjdk7/jdk/test/java/beans/XMLDecoder/
H A DTest4864117.java38 import javax.xml.parsers.ParserConfigurationException;
61 catch (ParserConfigurationException exception) {
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/lib/
H A DExtensions.java30 import javax.xml.parsers.ParserConfigurationException;
130 catch(ParserConfigurationException pce)
318 catch(ParserConfigurationException pce)
413 catch(ParserConfigurationException pce)
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/utils/
H A DDOM2Helper.java29 import javax.xml.parsers.ParserConfigurationException;
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/readers/
H A DDOMCatalogReader.java35 import javax.xml.parsers.ParserConfigurationException;
167 } catch (ParserConfigurationException pce) {
/openjdk7/jdk/src/share/classes/java/util/
H A DXMLUtils.java103 } catch (ParserConfigurationException x) {
131 } catch (ParserConfigurationException pce) {
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/transforms/implementations/
H A DTransformBase64Decode.java31 import javax.xml.parsers.ParserConfigurationException;
163 } catch (ParserConfigurationException e) {
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiGen.java28 import javax.xml.parsers.ParserConfigurationException;
185 } catch (ParserConfigurationException pce) {
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/c14n/
H A DCanonicalizerSpi.java59 * @throws javax.xml.parsers.ParserConfigurationException
64 throws javax.xml.parsers.ParserConfigurationException,
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DXMLSignatureInput.java37 import javax.xml.parsers.ParserConfigurationException;
216 * @throws ParserConfigurationException
220 ParserConfigurationException, IOException, SAXException {
232 * @throws ParserConfigurationException
236 throws ParserConfigurationException, IOException, SAXException,
601 ParserConfigurationException, IOException, SAXException {

Completed in 330 milliseconds

123