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

Function throwParamNotNull

bindings/java/fdbJNI.cpp:132–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132void throwParamNotNull(JNIEnv* jenv) {
133 throwNamedException(jenv, "java/lang/IllegalArgumentException", "Argument cannot be null");
134}
135
136#ifdef __cplusplus
137extern "C" {

Calls 1

throwNamedExceptionFunction · 0.85

Tested by

no test coverage detected