Home
last modified time | relevance | path

Searched refs:javaExceptionClass (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cronet/third_party/netty-tcnative/src/c/
H A Derror.c40 jclass javaExceptionClass; in tcn_ThrowException() local
42 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()