Class CLIBadCommandException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CLINoRemainingArgumentsException

public class CLIBadCommandException extends CLIException
An error with how the user tried to use a CLI command. Help will be printed after this error is printed.
See Also:
  • Constructor Details

    • CLIBadCommandException

      public CLIBadCommandException(String message)