Interface ValidateExceptionHandler

All Superinterfaces:
ExceptionHandler

public interface ValidateExceptionHandler extends ExceptionHandler
Defines an interface for handling exceptions during label validation.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addLocation(String location)
    Adds a location to the exception handler.
    void
    Adds a header to the report.
    void
    record(String location)
    Records the validation results.

    Methods inherited from interface gov.nasa.pds.tools.label.ExceptionHandler

    addException
  • Method Details

    • addLocation

      void addLocation(String location)
      Adds a location to the exception handler.
      Parameters:
      location - The location.
    • printHeader

      void printHeader(String title)
      Adds a header to the report.
      Parameters:
      title - The name of the section to add.
    • record

      void record(String location)
      Records the validation results.
      Parameters:
      location - The target file.