/external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/ |
D | PackageCompactConstructorTest.java | 22 public void testGetClassForName() throws ClassNotFoundException { in testGetClassForName() 28 public void testException1() throws ClassNotFoundException { in testException1() 32 } catch (ClassNotFoundException e) { in testException1() 37 public void testException2() throws ClassNotFoundException { in testException2() 41 } catch (ClassNotFoundException e) { in testException2() 46 private Class<?> check(String name) throws ClassNotFoundException { in check()
|
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/lang/ |
D | ClassNotFoundException.java | 31 public class ClassNotFoundException extends Exception { class 42 public ClassNotFoundException () { in ClassNotFoundException() method in ClassNotFoundException 49 public ClassNotFoundException (String s) { in ClassNotFoundException() method in ClassNotFoundException 59 public ClassNotFoundException (String s, Throwable ex) { in ClassNotFoundException() method in ClassNotFoundException
|
/external/javassist/src/main/javassist/bytecode/annotation/ |
D | ArrayMemberValue.java | 54 throws ClassNotFoundException in getValue() 57 throw new ClassNotFoundException( in getValue() 65 throw new ClassNotFoundException("broken array type: " in getValue() 78 Class getType(ClassLoader cl) throws ClassNotFoundException { in getType() 80 throw new ClassNotFoundException("no array type specified"); in getType()
|
D | EnumMemberValue.java | 59 throws ClassNotFoundException in getValue() 65 throw new ClassNotFoundException(getType() + "." + getValue()); in getValue() 68 throw new ClassNotFoundException(getType() + "." + getValue()); in getValue() 72 Class getType(ClassLoader cl) throws ClassNotFoundException { in getType()
|
D | AnnotationMemberValue.java | 48 throws ClassNotFoundException in getValue() 53 Class getType(ClassLoader cl) throws ClassNotFoundException { in getType() 55 throw new ClassNotFoundException("no type specified"); in getType()
|
D | MemberValue.java | 47 throws ClassNotFoundException; in getValue() 49 abstract Class getType(ClassLoader cl) throws ClassNotFoundException; in getType() 52 throws ClassNotFoundException, NoSuchClassError in loadClass()
|
/external/guava/guava/src/com/google/common/collect/ |
D | Serialization.java | 75 throws IOException, ClassNotFoundException { in populateMap() 86 int size) throws IOException, ClassNotFoundException { in populateMap() 120 throws IOException, ClassNotFoundException { in populateMultiset() 132 throws IOException, ClassNotFoundException { in populateMultiset() 169 throws IOException, ClassNotFoundException { in populateMultimap() 181 throws IOException, ClassNotFoundException { in populateMultimap()
|
/external/jetty/src/java/org/eclipse/jetty/util/ |
D | Loader.java | 77 throws ClassNotFoundException in loadClass() 93 throws ClassNotFoundException in loadClass() 95 ClassNotFoundException ex=null; in loadClass() 101 catch (ClassNotFoundException e) {if(ex==null)ex=e;} in loadClass() 109 catch (ClassNotFoundException e) {if(ex==null)ex=e;} in loadClass() 116 catch (ClassNotFoundException e) {if(ex==null)ex=e;} in loadClass()
|
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/runner/ |
D | ParserLoader.java | 47 …blic ParserLoader(String grammarName, String classDir) throws IOException, ClassNotFoundException { in ParserLoader() 81 throw new ClassNotFoundException(lexerName + " not found."); in ParserLoader() 89 … public synchronized Class loadClass(String name, boolean resolve) throws ClassNotFoundException { in loadClass() 97 throw new ClassNotFoundException(name); in loadClass()
|
/external/emma/core/java12/com/vladium/emma/rt/ |
D | InstrClassLoader.java | 78 throws ClassNotFoundException in loadClass() 108 catch (ClassNotFoundException cnfe) in loadClass() 125 catch (ClassNotFoundException cnfe) in loadClass() 151 if (c == null) throw new ClassNotFoundException (name); in loadClass() 175 throws ClassNotFoundException in findClass() 233 throw new ClassNotFoundException (name); in findClass() 254 throw new ClassNotFoundException (name); in findClass() 293 throw new ClassNotFoundException (name); in findClass()
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue318/ |
D | ContextClassLoaderTest.java | 105 @Test(expected = ClassNotFoundException.class) 106 public void expectNoDomainClassInYamlCL() throws ClassNotFoundException { in expectNoDomainClassInYamlCL() 111 public void yamlClassInYAMLCL() throws ClassNotFoundException { in yamlClassInYAMLCL() 116 public void domainInDifferentConstructor() throws ClassNotFoundException, in domainInDifferentConstructor()
|
/external/javassist/src/main/javassist/ |
D | Loader.java | 303 throws ClassFormatError, ClassNotFoundException { in loadClass() 335 protected Class findClass(String name) throws ClassNotFoundException { in findClass() 359 throw new ClassNotFoundException( in findClass() 385 throws ClassNotFoundException in loadClassByDelegation() 424 throws ClassNotFoundException in delegateToParent()
|
D | CtMember.java | 34 throws ClassNotFoundException { return null; } in getAnnotation() 36 throws ClassNotFoundException { return null; } in getAnnotations() 227 public abstract Object getAnnotation(Class clz) throws ClassNotFoundException; in getAnnotation() 239 public abstract Object[] getAnnotations() throws ClassNotFoundException; in getAnnotations()
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/ |
D | ReflectUtils.java | 58 } catch (ClassNotFoundException e) { in AccessController.doPrivileged() 124 } catch (ClassNotFoundException e) { in findConstructor() 142 } catch (ClassNotFoundException e) { in findMethod() 149 … private static Class[] parseTypes(String desc, ClassLoader loader) throws ClassNotFoundException { in parseTypes() 172 …private static Class getClass(String className, ClassLoader loader) throws ClassNotFoundException { in getClass() 176 …s getClass(String className, ClassLoader loader, String[] packages) throws ClassNotFoundException { in getClass() 193 } catch (ClassNotFoundException ignore) { } in getClass() 197 } catch (ClassNotFoundException ignore) { } in getClass() 209 } catch (ClassNotFoundException ignore) { } in getClass() 212 throw new ClassNotFoundException(save); in getClass()
|
/external/javassist/sample/evolve/ |
D | VersionManager.java | 26 catch (ClassNotFoundException e) { in update() 36 throws ClassNotFoundException { in getUpdatedClass() 57 catch (ClassNotFoundException e) { in initialVersion()
|
/external/junit/src/junit/runner/ |
D | TestSuiteLoader.java | 9 abstract public Class load(String suiteClassName) throws ClassNotFoundException; in load() 10 abstract public Class reload(Class aClass) throws ClassNotFoundException; in reload()
|
D | StandardTestSuiteLoader.java | 14 public Class load(String suiteClassName) throws ClassNotFoundException { in load() 20 public Class reload(Class aClass) throws ClassNotFoundException { in reload()
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/bytecode/ |
D | RobolectricClassLoader.java | 53 public Class loadClass(String name) throws ClassNotFoundException { in loadClass() 72 } catch (ClassNotFoundException e) { in bootstrap() 78 protected Class findClass(String name) throws ClassNotFoundException { in findClass()
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/ |
D | AbstractClassLoader.java | 50 public Class loadClass(String name) throws ClassNotFoundException { in loadClass() 72 throw new ClassNotFoundException(name); in loadClass() 85 throw new ClassNotFoundException(name + ":" + e.getMessage()); in loadClass()
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/extensions/compactnotation/ |
D | PackageCompactConstructor.java | 26 protected Class<?> getClassForName(String name) throws ClassNotFoundException { in getClassForName() 31 } catch (ClassNotFoundException e) { in getClassForName()
|
/external/javassist/src/main/javassist/runtime/ |
D | Desc.java | 37 throws ClassNotFoundException in getClassObject() 54 catch (ClassNotFoundException e) { in getClazz() 154 catch (ClassNotFoundException e) { in getClassType()
|
/external/eyes-free/AccessCheck/src/com/android/accessibility/ |
D | AccessibilityValidationContentHandler.java | 120 } catch (ClassNotFoundException cnfException) { in startElement() 175 throws ClassNotFoundException { in setClassLoaderAndBaseClass() 206 } catch (ClassNotFoundException cnfException) { in initializeAccessibilityValidationContentHandler()
|
/external/javassist/src/main/javassist/tools/web/ |
D | Viewer.java | 113 throws ClassNotFoundException in loadClass() 120 throw new ClassNotFoundException(name); in loadClass() 138 protected Class findClass(String name) throws ClassNotFoundException { in findClass()
|
/external/jetty/src/java/org/eclipse/jetty/webapp/ |
D | WebAppClassLoader.java | 381 public Class<?> loadClass(String name) throws ClassNotFoundException in loadClass() 388 …otected synchronized Class<?> loadClass(String name, boolean resolve) throws ClassNotFoundException in loadClass() 391 ClassNotFoundException ex= null; in loadClass() 411 catch (ClassNotFoundException e) in loadClass() 423 catch (ClassNotFoundException e) in loadClass()
|
D | Descriptor.java | 39 throws ClassNotFoundException; in newParser() 42 throws ClassNotFoundException; in ensureParser()
|