Interface EDIReporter


  • public interface EDIReporter
    This interface is used to report non-fatal errors detected in an EDI input.
    Since:
    1.4
    • Method Detail

      • report

        void report​(EDIStreamValidationError errorType,
                    EDIStreamReader reader)
             throws EDIStreamException
        Report the desired message in an application specific format. Only warnings and non-fatal errors should be reported through this interface. Fatal errors will be thrown as EDIStreamException.
        Parameters:
        errorType - the type of error detected
        reader - the EDIStreamReader that encountered the error
        Throws:
        EDIStreamException