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 TypeInterfaceDescriptioninterfaceThe 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 TypeClassDescriptionclassAllowlist builderclassDeprecated.final classAn ErrorManager that silently swallows all messages.classCompiler (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 classAn error manager that logs errors and warnings using a logger in addition to collecting them in memory.classDeprecated., Please use the {#SortingErrorManger} with a {#PrintStreamErrorReportGenerator} instead.classA customizable error manager that sorts all errors and warnings reported to it, and has customizable output through theSortingErrorManager.ErrorReportGeneratorinterface.classA simple delegatingErrorManagerthat provides a thread-safe wrapper for the one being delegated.Methods in com.google.javascript.jscomp with parameters of type ErrorHandlerModifier and TypeMethodDescriptionvoidCompilerOptions.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 classAn 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) voidModuleLoader.setErrorHandler(ErrorHandler errorHandler) voidModuleResolver.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 TypeClassDescriptionclassAn error manager that finds a SuggestedFix for all errors if possible.