.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT LANGUAGE


ClearJavaError method
Example

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.

Example
See Also