Interface IStacktraceParser

All Known Implementing Classes:
StacktraceParser

public interface IStacktraceParser
Parses stacktrace from stack trace or thread dump text.
  • Method Summary

    Modifier and Type
    Method
    Description
    parse(String text, String title, String detail)
    Parses stacktrace from stack trace or thread dump text.
  • Method Details

    • 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 be null
      title - the stacktrace title, can be null
      detail - the detail information, can be null
      Returns:
      stacktrace or null