Interface IStacktraceParser
- All Known Implementing Classes:
StacktraceParser
public interface IStacktraceParser
Parses stacktrace from stack trace or thread dump text.
-
Method Summary
Modifier and TypeMethodDescriptionParses stacktrace from stack trace or thread dump text.
-
Method Details
-
parse
Parses stacktrace from stack trace or thread dump text. Sets title and (or) stacktrace detail information if present.- Parameters:
text
- the stacktrace text, cannot benull
title
- the stacktrace title, can benull
detail
- the detail information, can benull
- Returns:
- stacktrace or
null
-