public class FormattingError extends Error
Constructor and Description |
---|
FormattingError(FormatterDiagnostic diagnostic) |
FormattingError(Iterable<FormatterDiagnostic> diagnostics) |
Modifier and Type | Method and Description |
---|---|
ImmutableList<FormatterDiagnostic> |
diagnostics() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FormattingError(FormatterDiagnostic diagnostic)
public FormattingError(Iterable<FormatterDiagnostic> diagnostics)
public ImmutableList<FormatterDiagnostic> diagnostics()
Copyright © 2015-2019 Google Inc.. All Rights Reserved.