BBjAPI::clearLastBBjException

Description

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

Syntax

Return Value

Method

void

clearLastBBjException()

Parameters

None.

Return Value

None.

Remarks

None.

Example

rem ' BBjAPI::clearLastBBjException

print "BBjAPI::getLastBBjException: ",
print bbjapi().getLastBBjException()
print num("x",err=*next)
print "BBjAPI::getLastBBjException: "
print bbjapi().getLastBBjException()
print "BBjAPI::clearLastBBjException"
bbjapi().clearLastBBjException()
print "BBjAPI::getLastBBjException: ",
print bbjapi().getLastBBjException()

See Also

BBjAPI::getLastBBjException

BBjAPI

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