Loading...
Select Version
This function checks whether a pending exception exists, and returns the associated exception object.
It is equivalent to the JNI function ExceptionOccurred
.
Call
CALL 'JCI_ExceptionOccurred' USING
eObj
eObj | Exception object |
Arguments
eObj | Data field of the type |
Return value (RETURN-CODE)
JCI-RET-OK
The call was successful.
Notes
If the function is called without the Java VM being started, JCI-NULL
and JCI-RET-OK
are returned.