BBjAPI::clearLastJavaException

Description

In BBj 16.0 and higher, this method clears the value returned by BBjAPI::getLastJavaException.

Syntax

Return Value

Method

void

clearLastJavaException()

Parameters

None.

Return Value

None.

Remarks

None.

Example

rem ' BBjAPI::clearLastJavaException

print "BBjAPI::getLastJavaException: ",
print bbjapi().getLastJavaException()
print new Integer("x",err=*next)
print "BBjAPI::getLastJavaException: "
print bbjapi().getLastJavaException()
print "BBjAPI::clearLastJavaException"
bbjapi().clearLastJavaException()
print "BBjAPI::getLastJavaException: ",
print bbjapi().getLastJavaException()

See Also

BBjAPI::getLastJavaException

BBjAPI

BBj Object Diagram for an illustration of the relationship between BBjObjects.