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

Lines Matching refs:newExc

65             jclass newExc = env->FindClass("java/lang/NullPointerException");
66 env->ThrowNew(newExc, "The native object does not exist.");
81 jclass newExc = env->FindClass("java/lang/NullPointerException");
82 env->ThrowNew(newExc, "The native object does not exist.");
97 jclass newExc = env->FindClass("java/lang/NullPointerException");
98 env->ThrowNew(newExc, "The native object does not exist.");
113 jclass newExc = env->FindClass("java/lang/NullPointerException");
114 env->ThrowNew(newExc, "The native object does not exist.");
129 jclass newExc = env->FindClass("java/lang/NullPointerException");
130 env->ThrowNew(newExc, "The native object does not exist.");