Searched defs:ConfigurationError (Results 1 - 7 of 7) 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
/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
/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
/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
/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...]
/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
/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

Completed in 417 milliseconds