Home | History | Annotate | Download | only in bullet-native

Lines Matching refs:newExc

53             jclass newExc = env->FindClass("java/lang/NullPointerException");
54 env->ThrowNew(newExc, "The native object does not exist.");
69 jclass newExc = env->FindClass("java/lang/NullPointerException");
70 env->ThrowNew(newExc, "The native object does not exist.");
106 jclass newExc = env->FindClass("java/lang/NullPointerException");
107 env->ThrowNew(newExc, "The native object does not exist.");
122 jclass newExc = env->FindClass("java/lang/NullPointerException");
123 env->ThrowNew(newExc, "The native object does not exist.");
138 jclass newExc = env->FindClass("java/lang/NullPointerException");
139 env->ThrowNew(newExc, "The native object does not exist.");
154 jclass newExc = env->FindClass("java/lang/NullPointerException");
155 env->ThrowNew(newExc, "The native object does not exist.");