Interface ErrorManager

All Known Implementing Classes:
AccessibleErrorManager, BasicErrorManager, DefaultCommandLineCompiler.CompilerErrorManager, DummyErrorManager, PrintStreamErrorManager

public interface ErrorManager
The error manager is in charge of storing, organizing and displaying errors.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    boolean
     
    void
    Report an error message that makes compilation fail.
    void
    Report an error message that does not make compilation fail.
  • Method Details

    • report

      void report(GssError error)
      Report an error message that makes compilation fail.
    • reportWarning

      void reportWarning(GssError warning)
      Report an error message that does not make compilation fail.
    • generateReport

      void generateReport()
    • hasErrors

      boolean hasErrors()