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.");
100 jclass newExc = env->FindClass("java/lang/NullPointerException");
101 env->ThrowNew(newExc, "The native object does not exist.");
116 jclass newExc = env->FindClass("java/lang/NullPointerException");
117 env->ThrowNew(newExc, "The native object does not exist.");
132 jclass newExc = env->FindClass("java/lang/NullPointerException");
133 env->ThrowNew(newExc, "The native object does not exist.");