Method | Result |
getActionName() | Returns a string that contains the name of the action in which the exception occurred. |
getFilename() | Returns a string that contains the name of the file that contains the code in which the exception occurred. |
getLineNumber() | Returns an integer that indicates the line number of the code in which the exception occurred. |
getTypeName() | Returns a string that indicates the type (event, aggregate, monitor) that contains the action in which the exception occurred.. |
toString() | Returns a string whose format is "typeName.actionName() filename:linenumber". |