theSq3Lite 10.0 NHI1 - theKernel - theLink - theConfig - theSq3Lite - theCompiler - theBrain - theGuard - theLib - theATL
c - tcl - atl - cs - py - rb - jv - cc
Loading...
Searching...
No Matches
Sq3Lite_Error_JV_API

Sq3Lite PACKAGE - work with an errorMore...

+ Collaboration diagram for Sq3Lite_Error_JV_API:

Functions

JNIEXPORT jboolean JNICALL Java_jvsq3lite_Sq3Lite_ErrorCheckI (JNIEnv *env, jclass class, jobject ret)
  Java: [static] boolean ErrorCheckI(Sq3ErrorE ret) C-API
check if ret signal an error
 
static native boolean jvsq3lite.Sq3Lite.ErrorCheckI (Sq3ErrorE ret)
  Java: [static] boolean ErrorCheckI(Sq3ErrorE ret) C-API
check if ret signal an error
 

Detailed Description

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.

Function Documentation

◆ ErrorCheckI()

static native boolean jvsq3lite.Sq3Lite.ErrorCheckI ( Sq3ErrorE ret)
static

Java: [static] boolean ErrorCheckI(Sq3ErrorE ret) C-API
check if ret signal an error

◆ Java_jvsq3lite_Sq3Lite_ErrorCheckI()

JNIEXPORT jboolean JNICALL Java_jvsq3lite_Sq3Lite_ErrorCheckI ( JNIEnv * env,
jclass class,
jobject ret )

Java: [static] boolean ErrorCheckI(Sq3ErrorE ret) C-API
check if ret signal an error

Definition at line 1376 of file LibSq3Lite_jv.c.

1376 {
1378 enum Sq3ErrorE ret_e = MK(pGetEnumFromObj)(env, NS(Class_Sq3ErrorE), ret);
1379 JavaErrorCheck;
1380 MK_BOOL __retVal__L = Sq3ErrorCheckI(ret_e);
1381 jboolean __retVal__S = __retVal__L;
1382 return __retVal__S;
1383error:
1384 return 0;
1385}
bool MK_BOOL
#define MkRtSetup_NULL
Sq3ErrorE
Result Codes.
static bool Sq3ErrorCheckI(enum Sq3ErrorE ret)
check if ret signal an error …