Package com.google.javascript.jscomp
Class BlackHoleErrorManager
java.lang.Object
com.google.javascript.jscomp.SortingErrorManager
com.google.javascript.jscomp.BlackHoleErrorManager
- All Implemented Interfaces:
ErrorHandler
,ErrorManager
An ErrorManager that silently swallows all messages.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.javascript.jscomp.SortingErrorManager
SortingErrorManager.ErrorReportGenerator
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.javascript.jscomp.SortingErrorManager
generateReport, getErrorCount, getErrors, getTypedPercent, getWarningCount, getWarnings, hasHaltingErrors, report, setTypedPercent
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.javascript.jscomp.ErrorManager
shouldReportConformanceViolation
-
Constructor Details
-
BlackHoleErrorManager
public BlackHoleErrorManager()
-