Interface ExceptionHandler

All Known Subinterfaces:
ValidateExceptionHandler
All Known Implementing Classes:
ExceptionContainer, ExceptionProcessor

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

    Modifier and Type Method Description
    void addException​(LabelException exception)
    Reports an exception encountered during label validation.
  • Method Details

    • addException

      void addException​(LabelException exception)
      Reports an exception encountered during label validation.
      Parameters:
      exception - the exception encountered