Searched refs:dtj_wrap_exception (Results 1 – 2 of 2) sorted by relevance
56 #define WRAP_EXCEPTION(JENV) dtj_wrap_exception((JENV), __FILE__, __LINE__)250 extern void dtj_wrap_exception(JNIEnv *, const char *, int);
862 dtj_wrap_exception(JNIEnv *jenv, const char *file, int line) in dtj_wrap_exception() function