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

Lines Matching refs:newExc

52             jclass newExc = env->FindClass("java/lang/NullPointerException");
53 env->ThrowNew(newExc, "The native object does not exist.");
68 jclass newExc = env->FindClass("java/lang/NullPointerException");
69 env->ThrowNew(newExc, "The native object does not exist.");
84 jclass newExc = env->FindClass("java/lang/NullPointerException");
85 env->ThrowNew(newExc, "The native object does not exist.");
102 jclass newExc = env->FindClass("java/lang/NullPointerException");
103 env->ThrowNew(newExc, "The native object does not exist.");
120 jclass newExc = env->FindClass("java/lang/NullPointerException");
121 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.");