MkErrorC - various functions to raise a 'System' messagen on MkErrorS … More...
Functions | |
static native MkErrorC | jvmkkernel.MkErrorC.DEFAULT () |
Java: → C-API default-system-error - default-error … | |
static native MkErrorC | jvmkkernel.MkErrorC.FORMAT (MkObjectC fmtobj) |
Java: → C-API system-error-format - format and return the default-error … | |
static MkErrorC | jvmkkernel.MkErrorC.FORMAT () |
Java: → C-API system-error-format - format and return the default-error … | |
static native MkErrorC | jvmkkernel.MkErrorC.IGNORE () |
Java: → C-API ignore-system-error - ignore the next error … | |
static native MkErrorC | jvmkkernel.MkErrorC.PRINT () |
Java: → C-API ignore-system-error - print the next error into MkLogFileC … | |
JNIEXPORT jobject JNICALL | Java_jvmkkernel_MkErrorC_DEFAULT (JNIEnv *env, jclass class) |
Java: → C-API default-system-error - default-error … | |
JNIEXPORT jobject JNICALL | Java_jvmkkernel_MkErrorC_FORMAT (JNIEnv *env, jclass class, jobject fmtobj) |
Java: → C-API system-error-format - format and return the default-error … | |
JNIEXPORT jobject JNICALL | Java_jvmkkernel_MkErrorC_IGNORE (JNIEnv *env, jclass class) |
Java: → C-API ignore-system-error - ignore the next error … | |
JNIEXPORT jobject JNICALL | Java_jvmkkernel_MkErrorC_PRINT (JNIEnv *env, jclass class) |
Java: → C-API ignore-system-error - print the next error into MkLogFileC … | |
MkErrorC - various functions to raise a 'System' messagen on MkErrorS …
|
static |
Java:
→ C-API [static] MkErrorC MkErrorC.DEFAULT()
default-system-error - default-error …
|
static |
Java:
→ C-API [static] MkErrorC MkErrorC.FORMAT(?MkObjectC fmtobj = null?)
system-error-format - format and return the default-error …
Definition at line 363 of file MkErrorC.java.
Java:
→ C-API [static] MkErrorC MkErrorC.FORMAT(?MkObjectC fmtobj = null?)
system-error-format - format and return the default-error …
|
static |
Java:
→ C-API [static] MkErrorC MkErrorC.IGNORE()
ignore-system-error - ignore the next error …
JNIEXPORT jobject JNICALL Java_jvmkkernel_MkErrorC_DEFAULT | ( | JNIEnv * | env, |
jclass | class ) |
Java:
→ C-API [static] MkErrorC MkErrorC.DEFAULT()
default-system-error - default-error …
Definition at line 570 of file MkErrorC_jv.c.
JNIEXPORT jobject JNICALL Java_jvmkkernel_MkErrorC_FORMAT | ( | JNIEnv * | env, |
jclass | class, | ||
jobject | fmtobj ) |
Java:
→ C-API [static] MkErrorC MkErrorC.FORMAT(?MkObjectC fmtobj = null?)
system-error-format - format and return the default-error …
Definition at line 578 of file MkErrorC_jv.c.
JNIEXPORT jobject JNICALL Java_jvmkkernel_MkErrorC_IGNORE | ( | JNIEnv * | env, |
jclass | class ) |
Java:
→ C-API [static] MkErrorC MkErrorC.IGNORE()
ignore-system-error - ignore the next error …
Definition at line 590 of file MkErrorC_jv.c.
JNIEXPORT jobject JNICALL Java_jvmkkernel_MkErrorC_PRINT | ( | JNIEnv * | env, |
jclass | class ) |
Java:
→ C-API [static] MkErrorC MkErrorC.PRINT()
ignore-system-error - print the next error into MkLogFileC …
Definition at line 598 of file MkErrorC_jv.c.
|
static |
Java:
→ C-API [static] MkErrorC MkErrorC.PRINT()
ignore-system-error - print the next error into MkLogFileC …