Interface SMFParserEventsErrorType

    • Method Detail

      • onError

        void onError​(SMFErrorType e)
        An error has occurred. Parsing will continue but the file as a whole must be considered invalid.
        Parameters:
        e - The error
      • onWarning

        void onWarning​(SMFWarningType w)
        An error has occurred of a severity low enough that it should just be considered a warning.
        Parameters:
        w - The warning