Home
last modified time | relevance | path

Searched refs:pJavaEnv (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/source/window/
H A Dsyschild.cxx209 JNIEnv* pJavaEnv = reinterpret_cast< JNIEnv* >( pEnv ); in ImplTestJavaException() local
210 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 19 milliseconds