Home
last modified time | relevance | path

Searched defs:FormatterException (Results 1 – 1 of 1) sorted by relevance

/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/
DFormatterException.java27 public final class FormatterException extends Exception { class
31 public FormatterException(String message) { in FormatterException() method in FormatterException
35 public FormatterException(FormatterDiagnostic diagnostic) { in FormatterException() method in FormatterException
39 public FormatterException(Iterable<FormatterDiagnostic> diagnostics) { in FormatterException() method in FormatterException