Package com.google.javascript.jscomp
Interface MessageFormatter
- All Known Implementing Classes:
AbstractMessageFormatter,LightweightMessageFormatter
public interface MessageFormatter
Format warnings and errors. This interface may be used by implementations of
ErrorManager to request message formatting capabilities.-
Method Summary
Modifier and TypeMethodDescriptionformatError(JSError error) Format an error.formatWarning(JSError warning) Format a warning.
-
Method Details
-
formatError
Format an error. -
formatWarning
Format a warning.
-