Searched refs:javaExceptionClass (Results 1 – 1 of 1) sorted by relevance
40 jclass javaExceptionClass; in tcn_ThrowException() local42 javaExceptionClass = (*env)->FindClass(env, "java/lang/Exception"); in tcn_ThrowException()43 if (javaExceptionClass == NULL) { in tcn_ThrowException()47 (*env)->ThrowNew(env, javaExceptionClass, msg); in tcn_ThrowException()48 (*env)->DeleteLocalRef(env, javaExceptionClass); in tcn_ThrowException()