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 TypeMethodDescriptionvoidbooleanvoidReport an error message that makes compilation fail.voidreportWarning(GssError warning) Report an error message that does not make compilation fail.
-
Method Details
-
report
Report an error message that makes compilation fail. -
reportWarning
Report an error message that does not make compilation fail. -
generateReport
void generateReport() -
hasErrors
boolean hasErrors()
-