Interface IStacktraceParser


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