Home | History | Annotate | Download | only in jni

Lines Matching defs:exception

159         jniThrowException(env, "java/lang/Exception",
215 ALOGW("An exception occurred while notifying an event.");
222 ALOGE("Illegal state exception: %s (%d)", msg, err);
224 jobject exception = env->NewObject(gFields.stateException.classId,
227 env->Throw(static_cast<jthrowable>(exception));