Interface ErrorManager
-
- All Known Implementing Classes:
AccessibleErrorManager,BasicErrorManager,DefaultCommandLineCompiler.CompilerErrorManager,DummyErrorManager,PrintStreamErrorManager
public interface ErrorManagerThe error manager is in charge of storing, organizing and displaying errors.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidgenerateReport()booleanhasErrors()voidreport(GssError error)Report an error message that makes compilation fail.voidreportWarning(GssError warning)Report an error message that does not make compilation fail.
-