Creates a reference to a Java exception object that has occurred.
Syntax:
JException ()
Parameters:
None
Returns:
A pseudo-reference to the last exception thrown during the last J* or EJB* function.Each call clears the exception when activated.
Example:
Update B JException()
Note:
Magic xpa can call the JException function repeatedly until another function is called.
See also:
Java Functions
The Online Samples project (program JV02)