Searched defs:exceptionClassName (Results 1 – 2 of 2) sorted by relevance
38 void jniThrowExceptionWithErrno(JNIEnv* env, const char* exceptionClassName, int error) { in jniThrowExceptionWithErrno()
28 static void throwExceptionForZlibError(JNIEnv* env, const char* exceptionClassName, int error) { in throwExceptionForZlibError()