Interface ErrorConsumer

  • All Known Implementing Classes:
    BatchEnvironment, BatchEnvironment, BatchEnvironment

    @Deprecated
    public interface ErrorConsumer
    Deprecated.
    Allows for easier parsing of errors and warnings from the compiler WARNING: The contents of this source file are not part of any supported API. Code that depends on them does so at its own risk: they are subject to change or removal without notice.
    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      void pushError​(java.lang.String errorFileName, int line, java.lang.String message, java.lang.String referenceText, java.lang.String referenceTextPointer)
      Deprecated.
       
    • Method Detail

      • pushError

        void pushError​(java.lang.String errorFileName,
                       int line,
                       java.lang.String message,
                       java.lang.String referenceText,
                       java.lang.String referenceTextPointer)
        Deprecated.