Sq3Lite PACKAGE - work with an error … More...
Functions | |
JNIEXPORT jboolean JNICALL | Java_jvsq3lite_Sq3Lite_ErrorCheckI (JNIEnv *env, jclass class, jobject ret) |
Java: → C-API check if ret signal an error … | |
static native boolean | jvsq3lite.Sq3Lite.ErrorCheckI (Sq3ErrorE ret) |
Java: → C-API check if ret signal an error … | |
Sq3Lite PACKAGE - work with an error …
Error handling in jvsq3lite.
The error signals the end of an operation with an undesirable result or state.
Error handling in jvsq3lite.
The error signals the end of an operation with an undesirable result or state.
|
static |
Java:
→ C-API [static] boolean ErrorCheckI(Sq3ErrorE ret)
check if ret signal an error …
JNIEXPORT jboolean JNICALL Java_jvsq3lite_Sq3Lite_ErrorCheckI | ( | JNIEnv * | env, |
jclass | class, | ||
jobject | ret ) |
Java:
→ C-API [static] boolean ErrorCheckI(Sq3ErrorE ret)
check if ret signal an error …
Definition at line 1376 of file LibSq3Lite_jv.c.