Searched refs:ConfigurationError (Results 1 - 18 of 18) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/utils/
H A DConfigurationError.java29 public final class ConfigurationError class in inherits:Error
47 ConfigurationError(String msg, Exception x) { method in class:ConfigurationError
61 } // class ConfigurationError
H A DObjectFactory.java103 * @exception ObjectFactory.ConfigurationError
106 throws ConfigurationError {
130 * @exception ObjectFactory.ConfigurationError
135 throws ConfigurationError
142 throw new ConfigurationError(
151 throw new ConfigurationError(
177 * @exception ObjectFactory.ConfigurationError
180 throws ConfigurationError
205 * @exception ObjectFactory.ConfigurationError
210 throws ConfigurationError
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/utils/
H A DConfigurationError.java26 public final class ConfigurationError class in inherits:Error
44 ConfigurationError(String msg, Exception x) { method in class:ConfigurationError
58 } // class ConfigurationError
H A DObjectFactory.java98 * @exception ObjectFactory.ConfigurationError
101 throws ConfigurationError {
125 * @exception ObjectFactory.ConfigurationError
130 throws ConfigurationError
152 throw new ConfigurationError(
188 throws ConfigurationError
250 throws ConfigurationError
265 throws ConfigurationError
275 throw new ConfigurationError(
278 throw new ConfigurationError(
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DFuncLoader.java29 import com.sun.org.apache.xalan.internal.utils.ConfigurationError;
104 catch (ConfigurationError e)
/openjdk7/jaxp/src/javax/xml/stream/
H A DFactoryFinder.java146 throws ConfigurationError
168 throws ConfigurationError
188 throw new ConfigurationError(
192 throw new ConfigurationError(
211 throws ConfigurationError
233 throws ConfigurationError
294 throw new ConfigurationError(
308 throws ConfigurationError
374 static class ConfigurationError extends Error { class in class:FactoryFinder
381 ConfigurationError(Strin method in class:FactoryFinder.ConfigurationError
[all...]
H A DXMLOutputFactory.java185 } catch (FactoryFinder.ConfigurationError e) {
214 } catch (FactoryFinder.ConfigurationError e) {
H A DXMLEventFactory.java122 } catch (FactoryFinder.ConfigurationError e) {
149 } catch (FactoryFinder.ConfigurationError e) {
H A DXMLInputFactory.java212 } catch (FactoryFinder.ConfigurationError e) {
239 } catch (FactoryFinder.ConfigurationError e) {
/openjdk7/jaxp/src/javax/xml/datatype/
H A DFactoryFinder.java148 throws ConfigurationError
170 throws ConfigurationError
190 throw new ConfigurationError(
194 throw new ConfigurationError(
213 throws ConfigurationError
263 throw new ConfigurationError(
277 throws ConfigurationError
343 static class ConfigurationError extends Error { class in class:FactoryFinder
350 ConfigurationError(String msg, Exception x) { method in class:FactoryFinder.ConfigurationError
H A DDatatypeFactory.java134 } catch (FactoryFinder.ConfigurationError e) {
177 } catch (FactoryFinder.ConfigurationError e) {
/openjdk7/jaxp/src/javax/xml/parsers/
H A DFactoryFinder.java145 throws ConfigurationError
167 throws ConfigurationError
187 throw new ConfigurationError(
191 throw new ConfigurationError(
210 throws ConfigurationError
260 throw new ConfigurationError(
274 throws ConfigurationError
340 static class ConfigurationError extends Error { class in class:FactoryFinder
347 ConfigurationError(String msg, Exception x) { method in class:FactoryFinder.ConfigurationError
H A DSAXParserFactory.java131 } catch (FactoryFinder.ConfigurationError e) {
175 } catch (FactoryFinder.ConfigurationError e) {
H A DDocumentBuilderFactory.java126 } catch (FactoryFinder.ConfigurationError e) {
171 } catch (FactoryFinder.ConfigurationError e) {
/openjdk7/jaxp/src/javax/xml/transform/
H A DFactoryFinder.java147 throws ConfigurationError
171 throws ConfigurationError
197 throw new ConfigurationError(
201 throw new ConfigurationError(
242 throws ConfigurationError
291 throw new ConfigurationError(
305 throws ConfigurationError
371 static class ConfigurationError extends Error { class in class:FactoryFinder
378 ConfigurationError(String msg, Exception x) { method in class:FactoryFinder.ConfigurationError
H A DTransformerFactory.java106 } catch (FactoryFinder.ConfigurationError e) {
153 } catch (FactoryFinder.ConfigurationError e) {
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/
H A DDTMManager.java155 catch (ConfigurationError e)
466 static class ConfigurationError class in class:DTMManager
484 ConfigurationError(String msg, Exception x) { method in class:DTMManager.ConfigurationError
498 } // class ConfigurationError
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xslt/
H A DProcess.java59 import com.sun.org.apache.xalan.internal.utils.ConfigurationError;
467 catch (ConfigurationError cnfe)
493 catch (ConfigurationError cnfe)
520 catch (ConfigurationError cnfe)

Completed in 83 milliseconds