Class UsageException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.googlejavaformat.java.UsageException
All Implemented Interfaces:
Serializable

final class UsageException extends Exception
Checked exception class for formatter command-line usage errors.
  • Field Details

    • NEWLINE_JOINER

      private static final com.google.common.base.Joiner NEWLINE_JOINER
    • USAGE

      private static final String[] USAGE
    • ADDITIONAL_USAGE

      private static final String[] ADDITIONAL_USAGE
  • Constructor Details

    • UsageException

      UsageException()
    • UsageException

      UsageException(String message)
  • Method Details