Class InvalidCommandException

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

public class InvalidCommandException extends RuntimeException
Thrown when an invalid root command is inputted.

For sub-commands, see InvalidSubcommandException.

See Also:
  • Constructor Details

    • InvalidCommandException

      public InvalidCommandException()