Uses of Interface
com.google.javascript.jscomp.ErrorHandler
Packages that use ErrorHandler
Package
Description
-
Uses of ErrorHandler in com.google.javascript.jscomp
Subinterfaces of ErrorHandler in com.google.javascript.jscompModifier and TypeInterfaceDescriptioninterface
The error manager is in charge of storing, organizing and displaying errors and warnings generated by the compiler.Classes in com.google.javascript.jscomp that implement ErrorHandlerModifier and TypeClassDescriptionclass
Allowlist builderclass
Deprecated.final class
An ErrorManager that silently swallows all messages.class
Compiler (and the other classes in this package) does the following: parses JS code checks for undefined variables performs optimizations such as constant folding and constants inlining renames variables (to short names) outputs compact JavaScript code External variables are declared in 'externs' files.final class
An error manager that logs errors and warnings using a logger in addition to collecting them in memory.class
Deprecated., Please use the {#SortingErrorManger} with a {#PrintStreamErrorReportGenerator} instead.class
A customizable error manager that sorts all errors and warnings reported to it, and has customizable output through theSortingErrorManager.ErrorReportGenerator
interface.class
A simple delegatingErrorManager
that provides a thread-safe wrapper for the one being delegated.Methods in com.google.javascript.jscomp with parameters of type ErrorHandlerModifier and TypeMethodDescriptionvoid
CompilerOptions.setErrorHandler
(ErrorHandler handler) Set a custom handler for warnings and errors. -
Uses of ErrorHandler in com.google.javascript.jscomp.ant
Classes in com.google.javascript.jscomp.ant that implement ErrorHandlerModifier and TypeClassDescriptionfinal class
An error manager that pipes warnings and errors properly into the Ant task infrastructure. -
Uses of ErrorHandler in com.google.javascript.jscomp.deps
Fields in com.google.javascript.jscomp.deps declared as ErrorHandlerMethods in com.google.javascript.jscomp.deps that return ErrorHandlerMethods in com.google.javascript.jscomp.deps with parameters of type ErrorHandlerModifier and TypeMethodDescriptionBrowserWithTransformedPrefixesModuleResolver.Factory.create
(com.google.common.collect.ImmutableSet<String> modulePaths, com.google.common.collect.ImmutableList<String> moduleRootPaths, ErrorHandler errorHandler, ModuleLoader.PathEscaper pathEscaper) ModuleLoader.ModuleResolverFactory.create
(com.google.common.collect.ImmutableSet<String> modulePaths, com.google.common.collect.ImmutableList<String> moduleRootPaths, ErrorHandler errorHandler, ModuleLoader.PathEscaper pathEscaper) NodeModuleResolver.Factory.create
(com.google.common.collect.ImmutableSet<String> modulePaths, com.google.common.collect.ImmutableList<String> moduleRootPaths, ErrorHandler errorHandler, ModuleLoader.PathEscaper pathEscaper) WebpackModuleResolver.Factory.create
(com.google.common.collect.ImmutableSet<String> modulePaths, com.google.common.collect.ImmutableList<String> moduleRootPaths, ErrorHandler errorHandler, ModuleLoader.PathEscaper pathEscaper) ModuleLoader.Builder.setErrorHandler
(ErrorHandler x) void
ModuleLoader.setErrorHandler
(ErrorHandler errorHandler) void
ModuleResolver.setErrorHandler
(ErrorHandler errorHandler) Constructors in com.google.javascript.jscomp.deps with parameters of type ErrorHandlerModifierConstructorDescriptionBrowserModuleResolver
(com.google.common.collect.ImmutableSet<String> modulePaths, com.google.common.collect.ImmutableList<String> moduleRootPaths, ErrorHandler errorHandler, ModuleLoader.PathEscaper pathEscaper) BrowserWithTransformedPrefixesModuleResolver
(com.google.common.collect.ImmutableSet<String> modulePaths, com.google.common.collect.ImmutableList<String> moduleRootPaths, ErrorHandler errorHandler, ModuleLoader.PathEscaper pathEscaper, com.google.common.collect.ImmutableMap<String, String> prefixReplacements) ModuleResolver
(com.google.common.collect.ImmutableSet<String> modulePaths, com.google.common.collect.ImmutableList<String> moduleRootPaths, ErrorHandler errorHandler, ModuleLoader.PathEscaper pathEscaper) NodeModuleResolver
(com.google.common.collect.ImmutableSet<String> modulePaths, com.google.common.collect.ImmutableList<String> moduleRootPaths, Map<String, String> packageJsonMainEntries, ErrorHandler errorHandler, ModuleLoader.PathEscaper pathEscaper) WebpackModuleResolver
(com.google.common.collect.ImmutableSet<String> modulePaths, com.google.common.collect.ImmutableList<String> moduleRootPaths, Map<String, String> modulesById, ErrorHandler errorHandler, ModuleLoader.PathEscaper pathEscaper) -
Uses of ErrorHandler in com.google.javascript.refactoring
Classes in com.google.javascript.refactoring that implement ErrorHandlerModifier and TypeClassDescriptionclass
An error manager that finds a SuggestedFix for all errors if possible.