Class ExceptionReportRelevantPairData
java.lang.Object
com.vaadin.copilot.exception.report.ExceptionReportRelevantPairData
Class that contains information key value pair that is useful for identifying
the exception.
-
Constructor Summary
ConstructorsConstructorDescriptionExceptionReportRelevantPairData(String relevance, Object value) Constructors a ExceptionReportRelevantPairData -
Method Summary
-
Constructor Details
-
ExceptionReportRelevantPairData
Constructors a ExceptionReportRelevantPairData- Parameters:
relevance- a string representing the type or category of relevance for this data pairvalue- the value associated with the specified relevance.
-
-
Method Details
-
getRelevance
-
setRelevance
-
getValue
-
setValue
-