Class InvalidUsageException

All Implemented Interfaces:
Serializable

public class InvalidUsageException extends ExitException

Can be thrown by commands when there is some higher level problem with they way a command has been used that could be solved if the user RTFM.

See Also:
  • Constructor Details

    • InvalidUsageException

      public InvalidUsageException(Object command, String message, Object... formatArgs)
  • Method Details

    • getCommand

      public Object getCommand()