MkErrorC - various functions to 'work' on a MkErrorS … More...
MkErrorC - various functions to 'work' on a MkErrorS …
MkErrorC jvmkkernel.MkErrorC.Catch | ( | ) |
Java:
→ C-API MkErrorC err.Catch(?Throwable exception = null?, ?String callfunc = null?)
convert a programming-language-error into an jvmkkernel error …
Definition at line 115 of file MkErrorC.java.
MkErrorC jvmkkernel.MkErrorC.Catch | ( | Throwable | exception | ) |
Java:
→ C-API MkErrorC err.Catch(?Throwable exception = null?, ?String callfunc = null?)
convert a programming-language-error into an jvmkkernel error …
Definition at line 120 of file MkErrorC.java.
native MkErrorC jvmkkernel.MkErrorC.Catch | ( | Throwable | exception, |
String | callfunc ) |
Java:
→ C-API MkErrorC err.Catch(?Throwable exception = null?, ?String callfunc = null?)
convert a programming-language-error into an jvmkkernel error …
void jvmkkernel.MkErrorC.Cleanup | ( | ) |
Java:
→ C-API err.Cleanup(?String callfunc = null?, ?int callline = -1?)
cleanup and print unwanted active error …
Definition at line 130 of file MkErrorC.java.
void jvmkkernel.MkErrorC.Cleanup | ( | String | callfunc | ) |
Java:
→ C-API err.Cleanup(?String callfunc = null?, ?int callline = -1?)
cleanup and print unwanted active error …
Definition at line 135 of file MkErrorC.java.
native void jvmkkernel.MkErrorC.Cleanup | ( | String | callfunc, |
int | callline ) |
Java:
→ C-API err.Cleanup(?String callfunc = null?, ?int callline = -1?)
cleanup and print unwanted active error …
JNIEXPORT jobject JNICALL Java_jvmkkernel_MkErrorC_Catch | ( | JNIEnv * | env, |
jobject | self, | ||
jthrowable | exception, | ||
jstring | callfunc ) |
Java:
→ C-API MkErrorC err.Catch(?Throwable exception = null?, ?String callfunc = null?)
convert a programming-language-error into an jvmkkernel error …
Definition at line 186 of file MkErrorC_jv.c.
JNIEXPORT void JNICALL Java_jvmkkernel_MkErrorC_Cleanup | ( | JNIEnv * | env, |
jobject | self, | ||
jstring | callfunc, | ||
jint | callline ) |
Java:
→ C-API err.Cleanup(?String callfunc = null?, ?int callline = -1?)
cleanup and print unwanted active error …
Definition at line 207 of file MkErrorC_jv.c.
JNIEXPORT void JNICALL Java_jvmkkernel_MkErrorC_Println | ( | JNIEnv * | env, |
jobject | self, | ||
jstring | msg, | ||
jstring | callfunc, | ||
jint | callline ) |
Java:
→ C-API err.Println(?String msg = ""?, ?String callfunc = null?, ?int callline = -1?)
print the default-error to the MkLogFileC (default: stderr) and clear the error afterwards …
Definition at line 227 of file MkErrorC_jv.c.
JNIEXPORT void JNICALL Java_jvmkkernel_MkErrorC_Reset | ( | JNIEnv * | env, |
jobject | self, | ||
jstring | callfunc, | ||
jint | callline, | ||
jboolean | force ) |
Java:
→ C-API err.Reset(?String callfunc = null?, ?int callline = -1?, ?boolean force = false?)
This function clears the err and resets to MK_OK …
Definition at line 248 of file MkErrorC_jv.c.
JNIEXPORT jobject JNICALL Java_jvmkkernel_MkErrorC_Stack | ( | JNIEnv * | env, |
jobject | self, | ||
jstring | callfunc, | ||
jstring | callfile, | ||
jint | callline ) |
Java:
→ C-API MkErrorE err.Stack(?String callfunc = null?, ?String callfile = null?, ?int callline = -1?)
check on error and if yes append an ErrorStackFormat to the error-message …
Definition at line 267 of file MkErrorC_jv.c.
JNIEXPORT void JNICALL Java_jvmkkernel_MkErrorC_StackFormat | ( | JNIEnv * | env, |
jobject | self, | ||
jstring | callfunc, | ||
jstring | callfile, | ||
jint | callline ) |
Java:
→ C-API err.StackFormat(?String callfunc = null?, ?String callfile = null?, ?int callline = -1?)
append an ensemble of func, file and line to the error-message …
Definition at line 291 of file MkErrorC_jv.c.
void jvmkkernel.MkErrorC.Log | ( | ) |
Java:
→ C-API err.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?)
log the error to MkLogFileC (default: stderr) …
Reimplemented from jvmkkernel.MkObjectC.
Definition at line 142 of file MkErrorC.java.
void jvmkkernel.MkErrorC.Log | ( | MkObjectC | fmtobj | ) |
Java:
→ C-API err.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?)
log the error to MkLogFileC (default: stderr) …
Reimplemented from jvmkkernel.MkObjectC.
Definition at line 147 of file MkErrorC.java.
void jvmkkernel.MkErrorC.Log | ( | MkObjectC | fmtobj, |
int | debug ) |
Java:
→ C-API err.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?)
log the error to MkLogFileC (default: stderr) …
Reimplemented from jvmkkernel.MkObjectC.
Definition at line 152 of file MkErrorC.java.
void jvmkkernel.MkErrorC.Log | ( | MkObjectC | fmtobj, |
int | debug, | ||
String | callfunc ) |
Java:
→ C-API err.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?)
log the error to MkLogFileC (default: stderr) …
Reimplemented from jvmkkernel.MkObjectC.
Definition at line 157 of file MkErrorC.java.
void jvmkkernel.MkErrorC.Println | ( | ) |
Java:
→ C-API err.Println(?String msg = ""?, ?String callfunc = null?, ?int callline = -1?)
print the default-error to the MkLogFileC (default: stderr) and clear the error afterwards …
Definition at line 165 of file MkErrorC.java.
void jvmkkernel.MkErrorC.Println | ( | String | msg | ) |
Java:
→ C-API err.Println(?String msg = ""?, ?String callfunc = null?, ?int callline = -1?)
print the default-error to the MkLogFileC (default: stderr) and clear the error afterwards …
Definition at line 170 of file MkErrorC.java.
void jvmkkernel.MkErrorC.Println | ( | String | msg, |
String | callfunc ) |
Java:
→ C-API err.Println(?String msg = ""?, ?String callfunc = null?, ?int callline = -1?)
print the default-error to the MkLogFileC (default: stderr) and clear the error afterwards …
Definition at line 175 of file MkErrorC.java.
native void jvmkkernel.MkErrorC.Println | ( | String | msg, |
String | callfunc, | ||
int | callline ) |
Java:
→ C-API err.Println(?String msg = ""?, ?String callfunc = null?, ?int callline = -1?)
print the default-error to the MkLogFileC (default: stderr) and clear the error afterwards …
void jvmkkernel.MkErrorC.Reset | ( | ) |
Java:
→ C-API err.Reset(?String callfunc = null?, ?int callline = -1?, ?boolean force = false?)
This function clears the err and resets to MK_OK …
Definition at line 183 of file MkErrorC.java.
void jvmkkernel.MkErrorC.Reset | ( | String | callfunc | ) |
Java:
→ C-API err.Reset(?String callfunc = null?, ?int callline = -1?, ?boolean force = false?)
This function clears the err and resets to MK_OK …
Definition at line 188 of file MkErrorC.java.
void jvmkkernel.MkErrorC.Reset | ( | String | callfunc, |
int | callline ) |
Java:
→ C-API err.Reset(?String callfunc = null?, ?int callline = -1?, ?boolean force = false?)
This function clears the err and resets to MK_OK …
Definition at line 193 of file MkErrorC.java.
native void jvmkkernel.MkErrorC.Reset | ( | String | callfunc, |
int | callline, | ||
boolean | force ) |
Java:
→ C-API err.Reset(?String callfunc = null?, ?int callline = -1?, ?boolean force = false?)
This function clears the err and resets to MK_OK …
MkErrorE jvmkkernel.MkErrorC.Stack | ( | ) |
Java:
→ C-API MkErrorE err.Stack(?String callfunc = null?, ?String callfile = null?, ?int callline = -1?)
check on error and if yes append an ErrorStackFormat to the error-message …
Definition at line 219 of file MkErrorC.java.
MkErrorE jvmkkernel.MkErrorC.Stack | ( | String | callfunc | ) |
Java:
→ C-API MkErrorE err.Stack(?String callfunc = null?, ?String callfile = null?, ?int callline = -1?)
check on error and if yes append an ErrorStackFormat to the error-message …
Definition at line 224 of file MkErrorC.java.
MkErrorE jvmkkernel.MkErrorC.Stack | ( | String | callfunc, |
String | callfile ) |
Java:
→ C-API MkErrorE err.Stack(?String callfunc = null?, ?String callfile = null?, ?int callline = -1?)
check on error and if yes append an ErrorStackFormat to the error-message …
Definition at line 229 of file MkErrorC.java.
native MkErrorE jvmkkernel.MkErrorC.Stack | ( | String | callfunc, |
String | callfile, | ||
int | callline ) |
Java:
→ C-API MkErrorE err.Stack(?String callfunc = null?, ?String callfile = null?, ?int callline = -1?)
check on error and if yes append an ErrorStackFormat to the error-message …
void jvmkkernel.MkErrorC.StackFormat | ( | ) |
Java:
→ C-API err.StackFormat(?String callfunc = null?, ?String callfile = null?, ?int callline = -1?)
append an ensemble of func, file and line to the error-message …
Definition at line 204 of file MkErrorC.java.
void jvmkkernel.MkErrorC.StackFormat | ( | String | callfunc | ) |
Java:
→ C-API err.StackFormat(?String callfunc = null?, ?String callfile = null?, ?int callline = -1?)
append an ensemble of func, file and line to the error-message …
Definition at line 209 of file MkErrorC.java.
void jvmkkernel.MkErrorC.StackFormat | ( | String | callfunc, |
String | callfile ) |
Java:
→ C-API err.StackFormat(?String callfunc = null?, ?String callfile = null?, ?int callline = -1?)
append an ensemble of func, file and line to the error-message …
Definition at line 214 of file MkErrorC.java.
native void jvmkkernel.MkErrorC.StackFormat | ( | String | callfunc, |
String | callfile, | ||
int | callline ) |
Java:
→ C-API err.StackFormat(?String callfunc = null?, ?String callfile = null?, ?int callline = -1?)
append an ensemble of func, file and line to the error-message …