Interface IWarningProcessor


public interface IWarningProcessor
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    recoverWarningMessage(String theErrorMessage)
    Data Sink may invoke this method to indicate that an error occurred during processing in work chunks but that it is non-fatal and should be saved as a warning.
  • Method Details

    • recoverWarningMessage

      void recoverWarningMessage(String theErrorMessage)
      Data Sink may invoke this method to indicate that an error occurred during processing in work chunks but that it is non-fatal and should be saved as a warning.
      Parameters:
      theErrorMessage - An error message to be processed.
    • getRecoveredWarningMessage