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 physics space has not been created.");
70 jclass newExc = env->FindClass("java/lang/NullPointerException");
71 env->ThrowNew(newExc, "The physics space does not exist.");
87 jclass newExc = env->FindClass("java/lang/NullPointerException");
88 env->ThrowNew(newExc, "The physics space does not exist.");
92 jclass newExc = env->FindClass("java/lang/NullPointerException");
93 env->ThrowNew(newExc, "The collision object does not exist.");
112 jclass newExc = env->FindClass("java/lang/NullPointerException");
113 env->ThrowNew(newExc, "The physics space does not exist.");
117 jclass newExc = env->FindClass("java/lang/NullPointerException");
118 env->ThrowNew(newExc, "The collision object does not exist.");
136 jclass newExc = env->FindClass("java/lang/NullPointerException");
137 env->ThrowNew(newExc, "The physics space does not exist.");
141 jclass newExc = env->FindClass("java/lang/NullPointerException");
142 env->ThrowNew(newExc, "The collision object does not exist.");
160 jclass newExc = env->FindClass("java/lang/NullPointerException");
161 env->ThrowNew(newExc, "The physics space does not exist.");
165 jclass newExc = env->FindClass("java/lang/NullPointerException");
166 env->ThrowNew(newExc, "The collision object does not exist.");
184 jclass newExc = env->FindClass("java/lang/NullPointerException");
185 env->ThrowNew(newExc, "The physics space does not exist.");
189 jclass newExc = env->FindClass("java/lang/NullPointerException");
190 env->ThrowNew(newExc, "The collision object does not exist.");
211 jclass newExc = env->FindClass("java/lang/NullPointerException");
212 env->ThrowNew(newExc, "The physics space does not exist.");
216 jclass newExc = env->FindClass("java/lang/NullPointerException");
217 env->ThrowNew(newExc, "The collision object does not exist.");
235 jclass newExc = env->FindClass("java/lang/NullPointerException");
236 env->ThrowNew(newExc, "The physics space does not exist.");
240 jclass newExc = env->FindClass("java/lang/NullPointerException");
241 env->ThrowNew(newExc, "The action object does not exist.");
257 jclass newExc = env->FindClass("java/lang/NullPointerException");
258 env->ThrowNew(newExc, "The physics space does not exist.");
262 jclass newExc = env->FindClass("java/lang/NullPointerException");
263 env->ThrowNew(newExc, "The action object does not exist.");
279 jclass newExc = env->FindClass("java/lang/NullPointerException");
280 env->ThrowNew(newExc, "The physics space does not exist.");
284 jclass newExc = env->FindClass("java/lang/NullPointerException");
285 env->ThrowNew(newExc, "The vehicle object does not exist.");
301 jclass newExc = env->FindClass("java/lang/NullPointerException");
302 env->ThrowNew(newExc, "The physics space does not exist.");
306 jclass newExc = env->FindClass("java/lang/NullPointerException");
307 env->ThrowNew(newExc, "The action object does not exist.");
323 jclass newExc = env->FindClass("java/lang/NullPointerException");
324 env->ThrowNew(newExc, "The physics space does not exist.");
328 jclass newExc = env->FindClass("java/lang/NullPointerException");
329 env->ThrowNew(newExc, "The constraint object does not exist.");
345 jclass newExc = env->FindClass("java/lang/NullPointerException");
346 env->ThrowNew(newExc, "The physics space does not exist.");
350 jclass newExc = env->FindClass("java/lang/NullPointerException");
351 env->ThrowNew(newExc, "The constraint object does not exist.");
366 jclass newExc = env->FindClass("java/lang/NullPointerException");
367 env->ThrowNew(newExc, "The physics space does not exist.");
404 jclass newExc = env->FindClass("java/lang/NullPointerException");
405 env->ThrowNew(newExc, "The physics space does not exist.");