Interface SMFTriangleTracker.ErrorReceiverType

  • Enclosing class:
    SMFTriangleTracker

    public static interface SMFTriangleTracker.ErrorReceiverType
    A receiver of error messages.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onError​(com.io7m.jlexing.core.LexicalPosition<java.net.URI> lexical, java.lang.String message)
      Receive an error.
    • Method Detail

      • onError

        void onError​(com.io7m.jlexing.core.LexicalPosition<java.net.URI> lexical,
                     java.lang.String message)
        Receive an error.
        Parameters:
        lexical - The lexical position
        message - The error message