java.lang.Object
java.lang.Throwable
java.lang.Error
com.google.googlejavaformat.FormattingError
- All Implemented Interfaces:
Serializable
public class FormattingError extends Error
An unchecked formatting error.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description FormattingError(FormatterDiagnostic diagnostic)FormattingError(Iterable<FormatterDiagnostic> diagnostics) -
Method Summary
Modifier and Type Method Description ImmutableList<FormatterDiagnostic>diagnostics()Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString