Class StacktraceParser

java.lang.Object
com._1c.g5.v8.dt.internal.stacktraces.model.StacktraceParser
All Implemented Interfaces:
IStacktraceParser

public class StacktraceParser extends Object implements IStacktraceParser
IStacktraceParser implementation.
  • Constructor Details

    • StacktraceParser

      public StacktraceParser()
  • Method Details

    • parse

      public IStacktrace parse(String text, String name, String detail)
      Description copied from interface: IStacktraceParser
      Parses stacktrace from stack trace or thread dump text. Sets title and (or) stacktrace detail information if present.
      Specified by:
      parse in interface IStacktraceParser
      Parameters:
      text - the stacktrace text, cannot be null
      name - the stacktrace title, can be null
      detail - the detail information, can be null
      Returns:
      stacktrace or null