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_ExceptionOccurred

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 JCI-object
Reference to the pending exception object.
If no object was created, JCI-NULL is returned.


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.