Searched refs:eClazz (Results 1 – 1 of 1) sorted by relevance
133 ScopedLocalRef<jclass> eClazz(env, env->FindClass(className)); in throwNamedException() local134 if (eClazz.get() == NULL) in throwNamedException()142 env->ThrowNew(eClazz.get(), message); in throwNamedException()