Searched refs:ThrowNew (Results 1 – 3 of 3) sorted by relevance
43 if (env->ThrowNew(e_class, nullptr) != JNI_OK) { in jniThrowNullPointerException()
290 if ((*env)->ThrowNew(env, exceptionClass, message) != JNI_OK) { in jniThrowException()
173 jint (*ThrowNew)(JNIEnv *, jclass, const char *); member526 jint ThrowNew(jclass clazz, const char* message) in ThrowNew() function527 { return functions->ThrowNew(this, clazz, message); } in ThrowNew()