| 98 | } |
| 99 | |
| 100 | static inline void ThrowJava(JNIEnv *env, const char *message) { |
| 101 | env->ExceptionClear(); |
| 102 | env->ThrowNew(env->FindClass(EXCEPTION_CLASS), message); |
| 103 | } |
| 104 | |
| 105 | } /* namespace jni */ |
| 106 | } /* namespace minifi */ |
no outgoing calls
no test coverage detected