LOTUSSCRIPT LANGUAGE


JavaError class
Example

JavaError is the main interface for LotusScript to get information about Java errors that occur. Besides the standard exceptions mentioned in each object, the Java program can raise an exception for many other reasons. All these errors are caught and re-raised as the LotusScript Error-JavaError. Users can put an "on error" condition to catch any Java exceptions. The JavaException is not cleared until the method ClearJavaException is called. In order to find out more, the LotusScript user uses the JavaError object.

Properties


Example
See Also