Lines Matching defs:exception
804 // Verify that, if an exception has been raised, the native code doesn't
805 // make any JNI calls other than the Exception* methods.
808 mirror::Throwable* exception = self->GetException(&throw_location);
809 std::string type(PrettyTypeOf(exception));
810 JniAbortF(function_name_, "JNI %s called with pending exception '%s' thrown in %s",
1198 // The JNI specification doesn't say it's okay to call FatalError with a pending exception,
1199 // but you're about to abort anyway, and it's quite likely that you have a pending exception,