MCPcopy Create free account
hub / github.com/apache/nifi-minifi-cpp / ThrowJava

Function ThrowJava

extensions/jni/JavaException.h:100–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100static 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 */

Calls

no outgoing calls

Tested by

no test coverage detected