MCPcopy Create free account
hub / github.com/apple/foundationdb / throwRuntimeEx

Function throwRuntimeEx

bindings/java/fdbJNI.cpp:128–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128void throwRuntimeEx(JNIEnv* jenv, const char* message) {
129 throwNamedException(jenv, "java/lang/RuntimeException", message);
130}
131
132void throwParamNotNull(JNIEnv* jenv) {
133 throwNamedException(jenv, "java/lang/IllegalArgumentException", "Argument cannot be null");

Calls 1

throwNamedExceptionFunction · 0.85

Tested by

no test coverage detected