Class CommandFormat.IllegalNumberOfArgumentsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.apache.hadoop.fs.shell.CommandFormat.IllegalNumberOfArgumentsException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CommandFormat.NotEnoughArgumentsException, CommandFormat.TooManyArgumentsException
Enclosing class:
CommandFormat

public abstract static class CommandFormat.IllegalNumberOfArgumentsException extends IllegalArgumentException
Used when the arguments exceed their bounds
See Also:
  • Field Details

    • expected

      protected int expected
    • actual

      protected int actual
  • Constructor Details

    • IllegalNumberOfArgumentsException

      protected IllegalNumberOfArgumentsException(int want, int got)
  • Method Details