Class ContentProblem

java.lang.Object
gov.nasa.pds.tools.validate.ValidationProblem
gov.nasa.pds.tools.validate.ContentProblem
Direct Known Subclasses:
ArrayContentProblem, TableContentProblem

public class ContentProblem
extends ValidationProblem
An object representation of problems relating to data content validation.
Author:
mcayanan
  • Field Details

    • label

      protected URL label
      url to the label.
  • Constructor Details

    • ContentProblem

      public ContentProblem​(ProblemDefinition defn, URL source, URL label)
      Constructor.
      Parameters:
      defn - An object representation of a problem.
      source - url of the data file associated with this message.
      label - url of the label file.
  • Method Details

    • getLabel

      public URL getLabel()
      Returns:
      Returns the label.