Class StacktraceAnalyzer

java.lang.Object
com._1c.g5.v8.dt.internal.stacktraces.StacktraceAnalyzer
All Implemented Interfaces:
IStacktraceAnalyzer

public class StacktraceAnalyzer extends Object implements IStacktraceAnalyzer
EDT IStacktraceAnalyzer implementation.
  • Constructor Details

    • StacktraceAnalyzer

      public StacktraceAnalyzer()
  • Method Details

    • analyze

      public void analyze(String stacktraceText, String stacktraceTitle, String stacktraceDetail)
      Description copied from interface: IStacktraceAnalyzer
      Analyses stacktrace text with title and detail information if present.
      Specified by:
      analyze in interface IStacktraceAnalyzer
      Parameters:
      stacktraceText - the stacktrace text, cannot be null
      stacktraceTitle - the stacktrace title, can be null
      stacktraceDetail - the stacktrace detail information, can be null