public final class FormatterException extends Exception
| Constructor and Description |
|---|
FormatterException(FormatterDiagnostic diagnostic) |
FormatterException(Iterable<FormatterDiagnostic> diagnostics) |
FormatterException(String message) |
| Modifier and Type | Method and Description |
|---|---|
List<FormatterDiagnostic> |
diagnostics() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FormatterException(String message)
public FormatterException(FormatterDiagnostic diagnostic)
public FormatterException(Iterable<FormatterDiagnostic> diagnostics)
public List<FormatterDiagnostic> diagnostics()
Copyright © 2015–2017 Google Inc.. All rights reserved.