Class FormattingException

All Implemented Interfaces:
Serializable

public class FormattingException extends RuntimeException
See Also:
  • Constructor Details

    • FormattingException

      public FormattingException(File file, String message, @Nullable @Nullable String diff, @Nullable @Nullable Throwable cause)
    • FormattingException

      public FormattingException(File file, String message)
    • FormattingException

      public FormattingException(File file, String message, Throwable cause)
    • FormattingException

      public FormattingException(File file, String message, String diff)
  • Method Details