Class CommandUsageException

All Implemented Interfaces:
Serializable

public class CommandUsageException extends CommandException
See Also:
  • Constructor Details

    • CommandUsageException

      public CommandUsageException()
    • CommandUsageException

      public CommandUsageException(String message, String usage)
  • Method Details

    • getUsage

      public String getUsage()
    • setUsage

      public void setUsage(String usage)