Searched refs:cnfe (Results 1 – 11 of 11) sorted by relevance
155 } catch (ClassNotFoundException cnfe) { in testAccess1()157 cnfe.printStackTrace(System.out); in testAccess1()186 } catch (ClassNotFoundException cnfe) { in testAccess2()187 Throwable cause = cnfe.getCause(); in testAccess2()192 cnfe.printStackTrace(System.out); in testAccess2()206 } catch (ClassNotFoundException cnfe) { in testAccess3()207 Throwable cause = cnfe.getCause(); in testAccess3()212 cnfe.printStackTrace(System.out); in testAccess3()229 } catch (ClassNotFoundException cnfe) { in testExtend()230 System.out.println("loadClass failed: " + cnfe); in testExtend()[all …]
57 } catch (ClassNotFoundException cnfe) { in FancyLoader()
74 } catch (ClassNotFoundException cnfe) { in main()76 if (!(cnfe.getCause() instanceof InternalError)) { in main()79 String message = cnfe.getCause().getMessage(); in main()84 cnfe.getCause().printStackTrace(System.out); in main()
96 } catch (ClassNotFoundException cnfe) { in findDexClass()97 throw new TestFailed(cnfe); in findDexClass()
106 } catch (ClassNotFoundException cnfe) { in findDexClass()107 throw new TestFailed(cnfe); in findDexClass()
68 } catch (ClassNotFoundException cnfe) { in checkStream()69 throw new RuntimeException(cnfe); in checkStream()
64 } catch (ClassNotFoundException cnfe) { in DefiningLoader()
218 } catch (ClassNotFoundException cnfe) { in getDumpHprofDataMethod()
75 } catch (ClassNotFoundException cnfe) { in getDumpHprofDataMethod()
120 Handle<mirror::Object> cnfe = in Class_classForName() local123 if (cnfe != nullptr) { in Class_classForName()125 soa.Self()->SetException(ObjPtr<mirror::Throwable>::DownCast(cnfe.Get())); in Class_classForName()