Interface IErrorReporter
- All Known Implementing Classes:
ErrorReporter,IErrorReporter.SilentReporter
public interface IErrorReporter
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidintintvoidprintErrors(PrintWriter out) voidprintWarnings(PrintWriter out) voidvoid
-
Method Details
-
report
-
warning
-
detail
-
detail2
-
getErrorCount
int getErrorCount() -
getWarningCount
int getWarningCount() -
getErrors
List<MableError> getErrors() -
getWarnings
List<MableWarning> getWarnings() -
printErrors
-
printWarnings
-