Package com.google.javascript.jscomp
Interface ErrorHandler
- All Known Subinterfaces:
ErrorManager
- All Known Implementing Classes:
AllowlistWarningsGuard.AllowlistBuilder,AntErrorManager,BasicErrorManager,BlackHoleErrorManager,Compiler,FixingErrorManager,LoggerErrorManager,PrintStreamErrorManager,SortingErrorManager,ThreadSafeDelegatingErrorManager
public interface ErrorHandler
The error handler is any generic sink for warnings and errors,
after they've passed through any filtering
WarningsGuards.-
Method Summary
-
Method Details
-
report
- Parameters:
level- the reporting levelerror- the error to report
-