Interface IStacktraceParser
-
public interface IStacktraceParserParses stacktrace from stack trace or thread dump text.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IStacktraceparse(String text, String title, String detail)Parses stacktrace from stack trace or thread dump text.
-
-
-
Method Detail
-
parse
IStacktrace parse(String text, String title, String detail)
Parses stacktrace from stack trace or thread dump text. Sets title and (or) stacktrace detail information if present.- Parameters:
text- the stacktrace text, cannot benulltitle- the stacktrace title, can benulldetail- the detail information, can benull- Returns:
- stacktrace or
null
-
-