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

/libcore/luni/src/main/java/javax/xml/datatype/
H A DFactoryFinder.java94 * @throws ConfigurationError If a valid <code>ClassLoader</code> cannot be identified.
96 private static ClassLoader findClassLoader() throws ConfigurationError {
126 * @throws ConfigurationError If class could not be created.
131 throws ConfigurationError {
147 throw new ConfigurationError(
150 throw new ConfigurationError(
165 * @throws ConfigurationError If Class cannot be found.
167 static Object find(String factoryId, String fallbackClassName) throws ConfigurationError {
214 throw new ConfigurationError(
227 private static Object findJarServiceProvider(String factoryId) throws ConfigurationError {
283 static class ConfigurationError extends Error { class in class:FactoryFinder
299 ConfigurationError(String msg, Exception x) { method in class:FactoryFinder.ConfigurationError
[all...]

Completed in 66 milliseconds