Class ExceptionReportRelevantPairData

java.lang.Object
com.vaadin.copilot.exception.report.ExceptionReportRelevantPairData

public class ExceptionReportRelevantPairData extends Object
Class that contains information key value pair that is useful for identifying the exception.
  • Constructor Details

    • ExceptionReportRelevantPairData

      public ExceptionReportRelevantPairData(String relevance, Object value)
      Constructors a ExceptionReportRelevantPairData
      Parameters:
      relevance - a string representing the type or category of relevance for this data pair
      value - the value associated with the specified relevance.
  • Method Details

    • getRelevance

      public String getRelevance()
    • setRelevance

      public void setRelevance(String relevance)
    • getValue

      public Object getValue()
    • setValue

      public void setValue(Object value)