Searched refs:pJavaEnv (Results 1 – 1 of 1) sorted by relevance
209 JNIEnv* pJavaEnv = reinterpret_cast< JNIEnv* >( pEnv ); in ImplTestJavaException() local210 jthrowable jtThrowable = pJavaEnv->ExceptionOccurred(); in ImplTestJavaException()215 pJavaEnv->ExceptionDescribe(); in ImplTestJavaException()217 pJavaEnv->ExceptionClear(); in ImplTestJavaException()219 jclass jcThrowable = pJavaEnv->FindClass("java/lang/Throwable"); in ImplTestJavaException()220 …jmethodID jmThrowable_getMessage = pJavaEnv->GetMethodID(jcThrowable, "getMessage", "()Ljava… in ImplTestJavaException()221 …jstring jsMessage = (jstring) pJavaEnv->CallObjectMethod(jtThrowable, jmThrowable_getMessa… in ImplTestJavaException()226 const jchar * jcMessage = pJavaEnv->GetStringChars(jsMessage, NULL); in ImplTestJavaException()228 pJavaEnv->ReleaseStringChars(jsMessage, jcMessage); in ImplTestJavaException()
Completed in 7 milliseconds