Interface IStacktraceAnalyzer

All Known Implementing Classes:
StacktraceAnalyzer

public interface IStacktraceAnalyzer
Allows implement stack trace analyzer's.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    analyze(String stacktraceText, String stacktraceTitle, String stacktraceDetail)
    Analyses stacktrace text with title and detail information if present.
  • Method Details

    • analyze

      void analyze(String stacktraceText, String stacktraceTitle, String stacktraceDetail)
      Analyses stacktrace text with title and detail information if present.
      Parameters:
      stacktraceText - the stacktrace text, cannot be null
      stacktraceTitle - the stacktrace title, can be null
      stacktraceDetail - the stacktrace detail information, can be null