LOTUSSCRIPT-SPRACHE


ClearJavaError method
Beispiel

This method clears the last JavaError method that occurred.

Defined in

JavaSession

Syntax

Call javasession.ClearJavaError

Usage

This method is used to clear the most recent JavaError. After you call javasession.ClearJavaError(), javaerror.errorMsg and javaerror.stackTrace return to their initial values: "No Java Errors or Exceptions" and "No Java stack trace," respectively.

Beispiel
Siehe auch