Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
132
void throwParamNotNull(JNIEnv* jenv) {
133
throwNamedException(jenv,
"java/lang/IllegalArgumentException"
,
"Argument cannot be null"
);
134
}
135
136
#ifdef __cplusplus
137
extern
"C"
{
Callers
15
Java_com_apple_foundationdb_NativeFuture_Future_1registerCallback
Function · 0.85
Java_com_apple_foundationdb_NativeFuture_Future_1blockUntilReady
Function · 0.85
Java_com_apple_foundationdb_NativeFuture_Future_1getError
Function · 0.85
Java_com_apple_foundationdb_NativeFuture_Future_1isReady
Function · 0.85
Java_com_apple_foundationdb_NativeFuture_Future_1dispose
Function · 0.85
Java_com_apple_foundationdb_NativeFuture_Future_1cancel
Function · 0.85
Java_com_apple_foundationdb_NativeFuture_Future_1releaseMemory
Function · 0.85
Java_com_apple_foundationdb_FutureBool_FutureBool_1get
Function · 0.85
Java_com_apple_foundationdb_FutureInt64_FutureInt64_1get
Function · 0.85
Java_com_apple_foundationdb_FutureStrings_FutureStrings_1get
Function · 0.85
Java_com_apple_foundationdb_FutureKeyArray_FutureKeyArray_1get
Function · 0.85
Java_com_apple_foundationdb_FutureKeyRangeArray_FutureKeyRangeArray_1get
Function · 0.85
Calls
1
throwNamedException
Function · 0.85
Tested by
no test coverage detected