BBjRuntime::getBBjStackTrace

Description

In BBj 9.0 and higher, this method returns a string representing the BBj stack trace.

Syntax

Return Value

Method

string

getBBjStackTrace()

Parameters

None.

Return Value

Returns a string representing the BBj stack trace.

When a program is stopped at the console, entering the dot-command .stack is equivalent to entering the command print BBjAPI().getRuntime().getBBjStackTrace().

Remarks

None.

Example

stackTrace$ = BBjAPI().getRuntime().getBBjStackTrace()

See Also

BBjAPI

BBjRuntime

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.