Lines Matching refs:exception
62 jthrowable exception = env_->ExceptionOccurred();
63 EXPECT_NE(nullptr, exception);
65 EXPECT_TRUE(env_->IsInstanceOf(exception, exception_class));
787 // a pending exception.
841 // a pending exception
2031 // This checks how ExceptionDescribe handles call without exception.
2039 jthrowable exception = reinterpret_cast<jthrowable>(env_->AllocObject(exception_class));
2040 ASSERT_TRUE(exception != nullptr);
2042 EXPECT_EQ(JNI_OK, env_->Throw(exception));
2046 EXPECT_TRUE(env_->IsSameObject(exception, thrown_exception));