Represents a single stack frame.
Methods
Returns the fully qualified name of the class containing
the execution point represented by this stack trace element.
Returns a handle to function (or method) containing
the execution point represented by this stack trace element.
Instance, if any, is inserted to handle as well.
| Throws |
AccessDenied -
If security policy denies access to
path represented by this stack trace element
|
Returns the name of the function containing
the execution point represented by this stack trace element.
Returns the instance of class containing
the execution point represented by this stack trace element.
| Returns |
Instance, or undefined if the execution were not
in method. |
| Throws |
AccessDenied -
If security policy denies access to
path represented by this stack trace element
|
Returns the line number of the source line containing
the execution point represented by this stack trace element.
Returns the module instance containing
the execution point represented by this stack trace element.
| Throws |
AccessDenied -
If security policy denies access to
path represented by this stack trace element
|
Returns the path of the source file containing the execution point
represented by this stack trace element.