Lines Matching refs:exception
57 jthrowable exception = env_->ExceptionOccurred();
58 EXPECT_NE(nullptr, exception);
60 EXPECT_TRUE(env_->IsInstanceOf(exception, exception_class));
278 // a pending exception.
341 // a pending exception
1535 // This checks how ExceptionDescribe handles call without exception.
1545 jthrowable exception = reinterpret_cast<jthrowable>(env_->AllocObject(exception_class));
1546 ASSERT_TRUE(exception != nullptr);
1548 EXPECT_EQ(JNI_OK, env_->Throw(exception));
1552 EXPECT_TRUE(env_->IsSameObject(exception, thrown_exception));