public final class LightweightMessageFormatter extends AbstractMessageFormatter
Constructor and Description |
---|
LightweightMessageFormatter(SourceExcerptProvider source) |
LightweightMessageFormatter(SourceExcerptProvider source,
SourceExcerptProvider.SourceExcerpt excerpt) |
Modifier and Type | Method and Description |
---|---|
String |
formatError(JSError error)
Format an error.
|
String |
formatWarning(JSError warning)
Format a warning.
|
static LightweightMessageFormatter |
withoutSource() |
getSource, maybeEmbolden, setColorize
public LightweightMessageFormatter(SourceExcerptProvider source)
public LightweightMessageFormatter(SourceExcerptProvider source, SourceExcerptProvider.SourceExcerpt excerpt)
public static LightweightMessageFormatter withoutSource()
public String formatError(JSError error)
MessageFormatter
public String formatWarning(JSError warning)
MessageFormatter
Copyright © 2009-2016 Google. All Rights Reserved.