Package com.palantir.javaformat
Class FormattingError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.palantir.javaformat.FormattingError
- All Implemented Interfaces:
Serializable
An unchecked formatting error.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFormattingError(com.palantir.javaformat.java.FormatterDiagnostic diagnostic) FormattingError(Iterable<com.palantir.javaformat.java.FormatterDiagnostic> diagnostics) -
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<com.palantir.javaformat.java.FormatterDiagnostic>Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FormattingError
public FormattingError(com.palantir.javaformat.java.FormatterDiagnostic diagnostic) -
FormattingError
-
-
Method Details
-
diagnostics
public com.google.common.collect.ImmutableList<com.palantir.javaformat.java.FormatterDiagnostic> diagnostics()
-