Home
last modified time | relevance | path

Searched refs:ConfigurationError (Results 1 – 10 of 10) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/dtm/
DObjectFactory.java102 throws ConfigurationError { in createObject()
131 throws ConfigurationError in createObject()
138 throw new ConfigurationError( in createObject()
147 throw new ConfigurationError( in createObject()
176 throws ConfigurationError in lookUpFactoryClass()
206 throws ConfigurationError in lookUpFactoryClass()
226 throw new ConfigurationError( in lookUpFactoryClass()
229 throw new ConfigurationError( in lookUpFactoryClass()
394 throws ConfigurationError in findClassLoader()
454 throws ConfigurationError in newInstance()
[all …]
DDTMManager.java140 catch (ObjectFactory.ConfigurationError e) in newInstance()
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DObjectFactory.java101 throws ConfigurationError { in createObject()
130 throws ConfigurationError in createObject()
137 throw new ConfigurationError( in createObject()
146 throw new ConfigurationError( in createObject()
175 throws ConfigurationError in lookUpFactoryClass()
205 throws ConfigurationError in lookUpFactoryClass()
225 throw new ConfigurationError( in lookUpFactoryClass()
228 throw new ConfigurationError( in lookUpFactoryClass()
393 throws ConfigurationError in findClassLoader()
453 throws ConfigurationError in newInstance()
[all …]
/external/apache-xml/src/main/java/org/apache/xpath/functions/
DObjectFactory.java102 throws ConfigurationError { in createObject()
131 throws ConfigurationError in createObject()
138 throw new ConfigurationError( in createObject()
147 throw new ConfigurationError( in createObject()
176 throws ConfigurationError in lookUpFactoryClass()
206 throws ConfigurationError in lookUpFactoryClass()
226 throw new ConfigurationError( in lookUpFactoryClass()
229 throw new ConfigurationError( in lookUpFactoryClass()
394 throws ConfigurationError in findClassLoader()
454 throws ConfigurationError in newInstance()
[all …]
/external/apache-xml/src/main/java/org/apache/xml/utils/
DObjectFactory.java102 throws ConfigurationError { in createObject()
131 throws ConfigurationError in createObject()
138 throw new ConfigurationError( in createObject()
147 throw new ConfigurationError( in createObject()
176 throws ConfigurationError in lookUpFactoryClass()
206 throws ConfigurationError in lookUpFactoryClass()
226 throw new ConfigurationError( in lookUpFactoryClass()
229 throw new ConfigurationError( in lookUpFactoryClass()
394 throws ConfigurationError in findClassLoader()
454 throws ConfigurationError in newInstance()
[all …]
/external/apache-xml/src/main/java/org/apache/xalan/xslt/
DObjectFactory.java102 throws ConfigurationError { in createObject()
131 throws ConfigurationError in createObject()
138 throw new ConfigurationError( in createObject()
147 throw new ConfigurationError( in createObject()
176 throws ConfigurationError in lookUpFactoryClass()
206 throws ConfigurationError in lookUpFactoryClass()
226 throw new ConfigurationError( in lookUpFactoryClass()
229 throw new ConfigurationError( in lookUpFactoryClass()
394 throws ConfigurationError in findClassLoader()
454 throws ConfigurationError in newInstance()
[all …]
/external/apache-xml/src/main/java/org/apache/xalan/extensions/
DObjectFactory.java48 throws ConfigurationError in findClassLoader()
61 throws ClassNotFoundException, ConfigurationError in findProviderClass()
120 static class ConfigurationError class in ObjectFactory
138 ConfigurationError(String msg, Exception x) { in ConfigurationError() method in ObjectFactory.ConfigurationError
/external/vogar/src/vogar/target/junit/
DJunit3.java135 out.add(new ConfigurationError(testClass.getName() + "#" + arg, e)); in getSuiteMethods()
152 out.add(new ConfigurationError(testClass.getName() + "#suite", e)); in getSuiteMethods()
161 out.add(new ConfigurationError(testClass.getName() + "#suite", in getSuiteMethods()
168 out.add(new ConfigurationError(testClass.getName() + "#suite", in getSuiteMethods()
181 out.add(new ConfigurationError(testsOrSuite.getClass().getName() + "#getClass", in getTestSuiteTests()
191 private static class ConfigurationError implements VogarTest { class in Junit3
195 private ConfigurationError(String name, Throwable cause) { in ConfigurationError() method in Junit3.ConfigurationError
274 return new ConfigurationError(testClass.getName() + "#" + method.getName(), in create()
DConfigurationError.java19 class ConfigurationError implements VogarTest { class
23 ConfigurationError(String name, Throwable cause) { in ConfigurationError() method in ConfigurationError
DJunit4.java73 out.add(new ConfigurationError(testClass.getName() + "#" + m.getName(), in getSuiteMethods()
83 out.add(new ConfigurationError(testClass.getName() + "#" + arg, e)); in getSuiteMethods()
91 out.add(new ConfigurationError(testClass.getName(), in getSuiteMethods()
306 return new ConfigurationError(testClass.getName() + "#" + method.getName(), in create()
321 return new ConfigurationError(testClass.getName() + "#" + method.getName(), in create()