Searched refs:newExcCls (Results 1 – 1 of 1) sorted by relevance
112 jclass newExcCls = env->FindClass("java/lang/IllegalStateException"); in throwException() local113 if (newExcCls == 0) { in throwException()117 env->ThrowNew(newExcCls, error.c_str()); in throwException()