Once an exception is raised, the JavaExceptionOccurred() function returns True until the JavaException() function is evaluated.
In a Block While operation if you use expression NOT(JavaExceptionOccurred()), it creates a problem because it returns only False even if the last Java operation caused an exception. If an earlier operation causes an exception, it could result in an infinite loop.
This function is not available in Web Client tasks.
|