Interface ExceptionReportItem

All Known Implementing Classes:
ExceptionReportFileItem

public interface ExceptionReportItem
A generic interface that represents what items should return for reporting an issue. Each item represents a section in a GH issue.
  • Method Summary

    Modifier and Type
    Method
    Description
    Content of the item.
    Name or description of the item.
  • Method Details

    • getName

      String getName()
      Name or description of the item. Name is used for section header in GitHub.
      Returns:
      the name e.g. HelloWorldView.java
    • getContent

      String getContent()
      Content of the item.
      Returns:
      the content. e.g. class source or stack trace