Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

JCI_ExceptionCheck

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.