Class NoSubcommandSpecifiedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
revxrsal.commands.exception.NoSubcommandSpecifiedException
All Implemented Interfaces:
Serializable

public class NoSubcommandSpecifiedException extends RuntimeException
Thrown when no subcommand is specified, as in, when the command input ends to a category and not an executable command.

Note that this exception will not be thrown if the category specifies a Default method.

See Also:
  • Constructor Details

    • NoSubcommandSpecifiedException

      public NoSubcommandSpecifiedException()