Home
last modified time | relevance | path

Searched refs:ClassNotFoundException (Results 1 – 25 of 387) sorted by relevance

12345678910>>...16

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/
DPackageCompactConstructorTest.java22 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/
DClassNotFoundException.java31 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/
DArrayMemberValue.java54 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()
DEnumMemberValue.java59 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()
DAnnotationMemberValue.java48 throws ClassNotFoundException in getValue()
53 Class getType(ClassLoader cl) throws ClassNotFoundException { in getType()
55 throw new ClassNotFoundException("no type specified"); in getType()
DMemberValue.java47 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/
DSerialization.java75 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/
DLoader.java77 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/
DParserLoader.java47 …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/
DInstrClassLoader.java78 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/
DContextClassLoaderTest.java105 @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/
DLoader.java303 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()
DCtMember.java34 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/
DReflectUtils.java58 } 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/
DVersionManager.java26 catch (ClassNotFoundException e) { in update()
36 throws ClassNotFoundException { in getUpdatedClass()
57 catch (ClassNotFoundException e) { in initialVersion()
/external/junit/src/junit/runner/
DTestSuiteLoader.java9 abstract public Class load(String suiteClassName) throws ClassNotFoundException; in load()
10 abstract public Class reload(Class aClass) throws ClassNotFoundException; in reload()
DStandardTestSuiteLoader.java14 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/
DRobolectricClassLoader.java53 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/
DAbstractClassLoader.java50 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/
DPackageCompactConstructor.java26 protected Class<?> getClassForName(String name) throws ClassNotFoundException { in getClassForName()
31 } catch (ClassNotFoundException e) { in getClassForName()
/external/javassist/src/main/javassist/runtime/
DDesc.java37 throws ClassNotFoundException in getClassObject()
54 catch (ClassNotFoundException e) { in getClazz()
154 catch (ClassNotFoundException e) { in getClassType()
/external/eyes-free/AccessCheck/src/com/android/accessibility/
DAccessibilityValidationContentHandler.java120 } catch (ClassNotFoundException cnfException) { in startElement()
175 throws ClassNotFoundException { in setClassLoaderAndBaseClass()
206 } catch (ClassNotFoundException cnfException) { in initializeAccessibilityValidationContentHandler()
/external/javassist/src/main/javassist/tools/web/
DViewer.java113 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/
DWebAppClassLoader.java381 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()
DDescriptor.java39 throws ClassNotFoundException; in newParser()
42 throws ClassNotFoundException; in ensureParser()

12345678910>>...16