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

    Modifier and Type
    Method
    Description
    void
    pushError(String errorFileName, int line, String message, String referenceText, String referenceTextPointer)
    Deprecated.
     
  • Method Details

    • pushError

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