FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | FIELD | ACTION | DETAIL: IMPORT | CONSTANT | FIELD | ACTION |
Action summary | |
---|---|
com.apama.exceptions.StackTraceElement |
clone() Create a copy of this stack trace element. |
string |
getActionName() Get the name of the action for this stack trace element. |
string |
getFilename() Get the name of the source file containing this stack trace element. |
integer |
getLineNumber() Get the line number of this stack trace element within the source file. |
string |
getTypeName() Get the name of the type containing the action for this stack trace element. |
integer |
hash() Get an integer hash representation of the underlying object. |
string |
toString() Convert this stack trace element to a string. |
Action detail |
---|
com.apama.exceptions.StackTraceElement clone()Create a copy of this stack trace element.
string getActionName()Get the name of the action for this stack trace element.
string getFilename()Get the name of the source file containing this stack trace element.
integer getLineNumber()Get the line number of this stack trace element within the source file.
string getTypeName()Get the name of the type containing the action for this stack trace element.
integer hash()Get an integer hash representation of the underlying object.
string toString()Convert this stack trace element to a string.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | FIELD | ACTION | DETAIL: IMPORT | CONSTANT | FIELD | ACTION |