OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ClassNotFoundException
(Results
26 - 50
of
1469
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/core/java/com/android/internal/policy/
PhoneLayoutInflater.java
55
@Override protected View onCreateView(String name, AttributeSet attrs) throws
ClassNotFoundException
{
62
} catch (
ClassNotFoundException
e) {
/frameworks/base/test-runner/src/junit/runner/
LoadingTestCollector.java
28
catch (
ClassNotFoundException
expected) {
35
Class classFromFile(String classFileName) throws
ClassNotFoundException
{
/packages/apps/TV/usbtuner/src/com/android/usbtuner/util/
SystemPropertiesProxy.java
41
|
ClassNotFoundException
e) {
56
|
ClassNotFoundException
e) {
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/runner/
ParserLoader.java
47
public ParserLoader(String grammarName, String classDir) throws IOException,
ClassNotFoundException
{
81
throw new
ClassNotFoundException
(lexerName + " not found.");
89
public synchronized Class loadClass(String name, boolean resolve) throws
ClassNotFoundException
{
97
throw new
ClassNotFoundException
(name);
/external/jetty/src/java/org/eclipse/jetty/util/preventers/
GCThreadLeakPreventer.java
54
catch (
ClassNotFoundException
e)
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/
RobolectricTestRunnerClassLoaderSetup.java
14
public void testUsingClassLoader() throws
ClassNotFoundException
{
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/
CustomClassLoaderConstructor.java
37
protected Class<?> getClassForName(String name) throws
ClassNotFoundException
{
/external/testng/src/main/java/org/testng/internal/
PathUtilsFactory.java
41
} catch (
ClassNotFoundException
e) {
PropertyUtilsFactory.java
41
} catch (
ClassNotFoundException
e) {
/external/javassist/sample/evolve/
VersionManager.java
26
catch (
ClassNotFoundException
e) {
36
throws
ClassNotFoundException
{
57
catch (
ClassNotFoundException
e) {
/external/javassist/src/main/javassist/bytecode/annotation/
AnnotationMemberValue.java
48
throws
ClassNotFoundException
53
Class getType(ClassLoader cl) throws
ClassNotFoundException
{
55
throw new
ClassNotFoundException
("no type specified");
MemberValue.java
47
throws
ClassNotFoundException
;
49
abstract Class getType(ClassLoader cl) throws
ClassNotFoundException
;
52
throws
ClassNotFoundException
, NoSuchClassError
ArrayMemberValue.java
54
throws
ClassNotFoundException
57
throw new
ClassNotFoundException
(
65
throw new
ClassNotFoundException
("broken array type: "
78
Class getType(ClassLoader cl) throws
ClassNotFoundException
{
80
throw new
ClassNotFoundException
("no array type specified");
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/
ModuleClassLoader.java
39
protected Class<?> findClass(String name) throws
ClassNotFoundException
{
47
throw new
ClassNotFoundException
("Unable to find class " + name + " at " + pathName);
60
// Wrap the exception with
ClassNotFoundException
so that caller can deal with it.
61
throw new
ClassNotFoundException
("Unable to load class " + name, e);
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/
EclipseTestCollector.java
68
catch (
ClassNotFoundException
e) {
109
* @throws
ClassNotFoundException
111
protected Class<?> getClass(String filePath, String expectedPackage) throws
ClassNotFoundException
{
116
throw new
ClassNotFoundException
();
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
SerializationStressTest1.java
119
throws java.io.IOException,
ClassNotFoundException
{
144
throws java.io.IOException,
ClassNotFoundException
{
179
throws java.io.IOException,
ClassNotFoundException
{
196
throws java.io.IOException,
ClassNotFoundException
{
291
throws java.io.IOException,
ClassNotFoundException
{
296
throws java.io.IOException,
ClassNotFoundException
{
317
throws java.io.IOException,
ClassNotFoundException
{
322
throws java.io.IOException,
ClassNotFoundException
{
355
throws java.io.IOException,
ClassNotFoundException
{
360
throws java.io.IOException,
ClassNotFoundException
{
[
all
...]
/external/jetty/src/java/org/eclipse/jetty/util/
Loader.java
77
throws
ClassNotFoundException
89
* @throws
ClassNotFoundException
93
throws
ClassNotFoundException
95
ClassNotFoundException
ex=null;
101
catch (
ClassNotFoundException
e) {if(ex==null)ex=e;}
109
catch (
ClassNotFoundException
e) {if(ex==null)ex=e;}
116
catch (
ClassNotFoundException
e) {if(ex==null)ex=e;}
/art/test/086-null-super/src/
Main.java
98
} catch (
ClassNotFoundException
cnfe) {
112
throws
ClassNotFoundException
138
throws TestFailed,
ClassNotFoundException
{
/art/test/087-gc-after-link/src/
Main.java
108
} catch (
ClassNotFoundException
cnfe) {
122
throws
ClassNotFoundException
148
throws TestFailed,
ClassNotFoundException
{
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/
AbstractClassLoader.java
50
public Class loadClass(String name) throws
ClassNotFoundException
{
72
throw new
ClassNotFoundException
(name);
85
throw new
ClassNotFoundException
(name + ":" + e.getMessage());
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/bytecode/
RobolectricClassLoader.java
53
public Class loadClass(String name) throws
ClassNotFoundException
{
72
} catch (
ClassNotFoundException
e) {
78
protected Class findClass(String name) throws
ClassNotFoundException
{
/libcore/dalvik/src/main/java/dalvik/system/
BaseDexClassLoader.java
52
protected Class<?> findClass(String name) throws
ClassNotFoundException
{
56
ClassNotFoundException
cnfe = new
ClassNotFoundException
("Didn't find class \"" + name + "\" on path: " + pathList);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
ClassPrepareDebuggee.java
56
} catch (
ClassNotFoundException
e) {
/external/javassist/src/main/javassist/tools/reflect/
CannotInvokeException.java
62
* Constructs a CannotInvokeException with an
ClassNotFoundException
.
64
public CannotInvokeException(
ClassNotFoundException
e) {
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue318/
ContextClassLoaderTest.java
105
@Test(expected =
ClassNotFoundException
.class)
106
public void expectNoDomainClassInYamlCL() throws
ClassNotFoundException
{
111
public void yamlClassInYAMLCL() throws
ClassNotFoundException
{
116
public void domainInDifferentConstructor() throws
ClassNotFoundException
,
Completed in 597 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>