Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/platform/android/
DtcuTestLogParserJNI.cpp315 jclass exClass; in throwJNIException() local
317 exClass = env->FindClass("java/lang/Exception"); in throwJNIException()
319 TCU_CHECK_INTERNAL(exClass != DE_NULL); in throwJNIException()
321 TCU_CHECK_INTERNAL(env->ThrowNew(exClass, e.what()) == 0); in throwJNIException()