Lines Matching refs:thrown_exception
1550 jthrowable thrown_exception = env_->ExceptionOccurred();
1552 EXPECT_TRUE(env_->IsSameObject(exception, thrown_exception));
1561 jthrowable thrown_exception;
1565 thrown_exception = env_->ExceptionOccurred();
1567 EXPECT_TRUE(env_->IsInstanceOf(thrown_exception, exception_class));
1571 thrown_exception = env_->ExceptionOccurred();
1573 EXPECT_TRUE(env_->IsInstanceOf(thrown_exception, exception_class));
1622 jthrowable thrown_exception;
1627 thrown_exception = env_->ExceptionOccurred();
1629 EXPECT_TRUE(env_->IsInstanceOf(thrown_exception, imse_class));
1653 thrown_exception = env_->ExceptionOccurred();
1655 EXPECT_TRUE(env_->IsInstanceOf(thrown_exception, imse_class));