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

/openjdk7/jaxp/src/javax/xml/parsers/
H A DFactoryConfigurationError.java38 public class FactoryConfigurationError extends Error { class in inherits:Error
47 * Create a new <code>FactoryConfigurationError</code> with no
51 public FactoryConfigurationError() { method in class:FactoryConfigurationError
57 * Create a new <code>FactoryConfigurationError</code> with
63 public FactoryConfigurationError(String msg) { method in class:FactoryConfigurationError
70 * Create a new <code>FactoryConfigurationError</code> with a
74 * FactoryConfigurationError.
77 public FactoryConfigurationError(Exception e) { method in class:FactoryConfigurationError
83 * Create a new <code>FactoryConfigurationError</code> with the
87 * FactoryConfigurationError
91 public FactoryConfigurationError(Exception e, String msg) { method in class:FactoryConfigurationError
[all...]
H A DSAXParserFactory.java120 * @throws FactoryConfigurationError if the implementation is
132 throw new FactoryConfigurationError(e.getException(),
164 * @throws FactoryConfigurationError if <code>factoryClassName</code> is <code>null</code>, or
176 throw new FactoryConfigurationError(e.getException(),
H A DDocumentBuilderFactory.java116 * @throws FactoryConfigurationError if the implementation is not
127 throw new FactoryConfigurationError(e.getException(),
160 * @throws FactoryConfigurationError if <code>factoryClassName</code> is <code>null</code>, or
172 throw new FactoryConfigurationError(e.getException(),
/openjdk7/jaxp/src/javax/xml/stream/
H A DFactoryConfigurationError.java38 public class FactoryConfigurationError extends Error { class in inherits:Error
46 public FactoryConfigurationError(){} method in class:FactoryConfigurationError
53 public FactoryConfigurationError(java.lang.Exception e){ method in class:FactoryConfigurationError
64 public FactoryConfigurationError(java.lang.Exception e, java.lang.String msg){ method in class:FactoryConfigurationError
76 public FactoryConfigurationError(java.lang.String msg, java.lang.Exception e){ method in class:FactoryConfigurationError
86 public FactoryConfigurationError(java.lang.String msg) { method in class:FactoryConfigurationError
H A DXMLOutputFactory.java124 * @throws FactoryConfigurationError if an instance of this factory cannot be loaded
127 throws FactoryConfigurationError
156 * @throws FactoryConfigurationError if an instance of this factory cannot be loaded
159 throws FactoryConfigurationError
172 * @throws FactoryConfigurationError if an instance of this factory cannot be loaded
181 throws FactoryConfigurationError {
186 throw new FactoryConfigurationError(e.getException(),
206 * @throws FactoryConfigurationError if an instance of this factory cannot be loaded
210 throws FactoryConfigurationError {
215 throw new FactoryConfigurationError(
[all...]
H A DXMLEventFactory.java58 * @throws FactoryConfigurationError if an instance of this factory cannot be loaded
61 throws FactoryConfigurationError
91 * @throws FactoryConfigurationError if an instance of this factory cannot be loaded
94 throws FactoryConfigurationError
108 * @throws FactoryConfigurationError if an instance of this factory cannot be loaded
118 throws FactoryConfigurationError {
123 throw new FactoryConfigurationError(e.getException(),
141 * @throws FactoryConfigurationError if an instance of this factory cannot be loaded
145 throws FactoryConfigurationError {
150 throw new FactoryConfigurationError(
[all...]
H A DXMLInputFactory.java148 * @throws FactoryConfigurationError if an instance of this factory cannot be loaded
151 throws FactoryConfigurationError
181 * @throws FactoryConfigurationError if an instance of this factory cannot be loaded
184 throws FactoryConfigurationError
198 * @throws FactoryConfigurationError if an instance of this factory cannot be loaded
208 throws FactoryConfigurationError {
213 throw new FactoryConfigurationError(e.getException(),
231 * @throws FactoryConfigurationError if an instance of this factory cannot be loaded
235 throws FactoryConfigurationError {
240 throw new FactoryConfigurationError(
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DTrAXFilter.java30 import javax.xml.parsers.FactoryConfigurationError;
92 catch (FactoryConfigurationError e) {
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DXMLReaderManager.java30 import javax.xml.parsers.FactoryConfigurationError;
151 } catch (FactoryConfigurationError ex1) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/
H A DDOMUtil.java37 import javax.xml.parsers.FactoryConfigurationError;
70 throw new FactoryConfigurationError(e);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiGen.java27 import javax.xml.parsers.FactoryConfigurationError;
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/lib/
H A DExsltStrings.java28 import javax.xml.parsers.FactoryConfigurationError;
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DSourceTreeManager.java364 } catch( javax.xml.parsers.FactoryConfigurationError ex1 ) {
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xslt/
H A DProcess.java967 catch (javax.xml.parsers.FactoryConfigurationError ex1)
1044 catch (javax.xml.parsers.FactoryConfigurationError ex1)
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DValidatorHandlerImpl.java30 import javax.xml.parsers.FactoryConfigurationError;
698 throw new FactoryConfigurationError(e);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DJAXBContextImpl.java62 import javax.xml.parsers.FactoryConfigurationError;
749 throw new FactoryConfigurationError(e);

Completed in 257 milliseconds