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

Lines Matching refs:newExc

53             jclass newExc = env->FindClass("java/lang/IllegalStateException");
54 env->ThrowNew(newExc, "The collision object does not exist.");
59 jclass newExc = env->FindClass("java/lang/IllegalStateException");
60 env->ThrowNew(newExc, "The collision shape does not exist.");
75 jclass newExc = env->FindClass("java/lang/NullPointerException");
76 env->ThrowNew(newExc, "The native object does not exist.");
94 jclass newExc = env->FindClass("java/lang/NullPointerException");
95 env->ThrowNew(newExc, "The native object does not exist.");
118 jclass newExc = env->FindClass("java/lang/NullPointerException");
119 env->ThrowNew(newExc, "The native object does not exist.");
136 jclass newExc = env->FindClass("java/lang/NullPointerException");
137 env->ThrowNew(newExc, "The native object does not exist.");