Searched refs:jExcept (Results 1 – 1 of 1) sorted by relevance
410 jthrowable jExcept = env->ExceptionOccurred(); in ExceptionCheck() local416 jclass jExceptClass = env->GetObjectClass( jExcept ); in ExceptionCheck()418 jstring jMessage = (jstring)( env->CallObjectMethod( jExcept, jMessageMethod ) ); in ExceptionCheck()428 env->DeleteLocalRef( jExcept ); in ExceptionCheck()
Completed in 4 milliseconds