Package com.google.javascript.jscomp
Interface MessageFormatter
-
- All Known Implementing Classes:
AbstractMessageFormatter,LightweightMessageFormatter
public interface MessageFormatterFormat warnings and errors. This interface may be used by implementations ofErrorManagerto request message formatting capabilities.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringformatError(JSError error)Format an error.java.lang.StringformatWarning(JSError warning)Format a warning.
-