Searched refs:java_throwable (Results 1 – 2 of 2) sorted by relevance
230 jthrowable java_throwable = env->ExceptionOccurred(); in CheckException() local231 if (java_throwable) { in CheckException()239 GetJavaExceptionInfo(env, java_throwable)); in CheckException()255 std::string GetJavaExceptionInfo(JNIEnv* env, jthrowable java_throwable) { in GetJavaExceptionInfo() argument289 env->CallVoidMethod(java_throwable, throwable_printstacktrace, in GetJavaExceptionInfo()
167 jthrowable java_throwable);