BBjAPI::getLastException
In BBj 12.00 and higher, this method is deprecated, use getLastBBjException() or getLastJavaException().
Description
This method returns a java.lang.Throwable object that corresponds to the last exception reported from a failed Java call.
Syntax
Return Value |
Method |
---|---|
getLastException() |
Parameters
None.
Return Value
Returns the java.lang.Throwable object.
Remarks
If no errors have been returned from failed Java calls in this session, getLastException() returns NULL().
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.