Class Options.ArgException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.plumelib.options.Options.ArgException
All Implemented Interfaces:
Serializable
Enclosing class:
Options

public static class Options.ArgException extends Exception
Indicates an exception encountered during argument processing. Contains no information other than the message string.
See Also:
  • Constructor Details

    • ArgException

      public ArgException(String message)
      Create an ArgException with the specified detail message.
      Parameters:
      message - the detail message for the exception
    • ArgException

      @FormatMethod public ArgException(String format, @Nullable Object... args)
      Create an ArgException whose detail message is formed by formatting the given format string and arguments.
      Parameters:
      format - the format string
      args - the arguments to be formatted by the format string