Searched refs:exception_check (Results 1 – 5 of 5) sorted by relevance
72 let exception_occurred = env.exception_check().unwrap_or_else(|e| panic!("{:?}", e)); in print_exception()
216 b.iter(|| env.exception_check().unwrap()); in jni_check_exception()
704 match env.exception_check() { in clear_exception()
901 assert!(env.exception_check().unwrap()); in assert_pending_java_exception_detailed()
301 pub fn exception_check(&self) -> Result<bool> { in exception_check() method