Searched refs:cnfe (Results 1 – 7 of 7) sorted by relevance
72 } catch (ClassNotFoundException cnfe) { in testAccess1()74 cnfe.printStackTrace(); in testAccess1()103 } catch (ClassNotFoundException cnfe) { in testAccess2()104 Throwable cause = cnfe.getCause(); in testAccess2()109 cnfe.printStackTrace(); in testAccess2()123 } catch (ClassNotFoundException cnfe) { in testAccess3()124 Throwable cause = cnfe.getCause(); in testAccess3()129 cnfe.printStackTrace(); in testAccess3()146 } catch (ClassNotFoundException cnfe) { in testExtend()147 System.err.println("loadClass failed: " + cnfe); in testExtend()[all …]
57 } catch (ClassNotFoundException cnfe) { in FancyLoader()
71 …jthrowable cnfe = reinterpret_cast<jthrowable>(env->NewObject(WellKnownClasses::java_lang_ClassNot… in Class_classForName() local74 if (cnfe != nullptr) { in Class_classForName()76 env->Throw(cnfe); in Class_classForName()
98 } catch (ClassNotFoundException cnfe) { in findDexClass()99 throw new TestFailed(cnfe); in findDexClass()
107 } catch (ClassNotFoundException cnfe) { in findDexClass()108 throw new TestFailed(cnfe); in findDexClass()
68 } catch (ClassNotFoundException cnfe) { in checkStream()69 throw new RuntimeException(cnfe); in checkStream()
75 } catch (ClassNotFoundException cnfe) { in getDumpHprofDataMethod()