Loading...
Select Version
This function checks whether a pending exception exists.
It is equivalent to the JNI function ExceptionCheck
.
Call
CALL 'JCI_ExceptionCheck'
Return value (RETURN-CODE)
JCI-RET-TRUE
An exception is pending.
JCI-RET-FALSE
No exception is pending.
Notes
If the function is called without the Java VM being started, JCI-RET-FALSE
is returned.