theKernel 10.0
|
tag: nhi1-release-250425 More...
#include <jni.h>
#include "LibMkKernel_jv.h"
Go to the source code of this file.
Macros | |
#define | META_FILE_NAME "MkExceptionC_jv.c" |
Functions | |
void | jvmkkernel_MkExceptionC_Raise (JNIEnv *env, MK_MNGN mng, MK_STRN const doc, MK_STRN const file, MK_I32 const line) |
JNIEXPORT void JNICALL | Java_jvmkkernel_MkExceptionC_Dispose (JNIEnv *env, jobject self) |
MK_ERR | jvmkkernel_MkExceptionC_Catch (JNIEnv *env, MK_MNGN mng, jthrowable ex, MK_STRN const proc, MK_STRN const stop) |
tag: nhi1-release-250425
Definition in file MkExceptionC_jv.c.
#define META_FILE_NAME "MkExceptionC_jv.c" |
Definition at line 10 of file MkExceptionC_jv.c.
JNIEXPORT void JNICALL Java_jvmkkernel_MkExceptionC_Dispose | ( | JNIEnv * | env, |
jobject | self ) |
Definition at line 40 of file MkExceptionC_jv.c.
MK_ERR jvmkkernel_MkExceptionC_Catch | ( | JNIEnv * | env, |
MK_MNGN | mng, | ||
jthrowable | ex, | ||
MK_STRN const | proc, | ||
MK_STRN const | stop ) |
Definition at line 49 of file MkExceptionC_jv.c.
void jvmkkernel_MkExceptionC_Raise | ( | JNIEnv * | env, |
MK_MNGN | mng, | ||
MK_STRN const | doc, | ||
MK_STRN const | file, | ||
MK_I32 const | line ) |
Definition at line 17 of file MkExceptionC_jv.c.