Home | History | Annotate | Download | only in jni

Lines Matching refs:exception

762   // Get class for exception we expect to be thrown
766 // Call Java_MyClassNatives_throwException (JNI method that throws exception)
770 ScopedLocalRef<jthrowable> exception(env_, env_->ExceptionOccurred());
772 EXPECT_TRUE(env_->IsInstanceOf(exception.get(), jlre.get()));