Class MissingArgumentException

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

public class MissingArgumentException extends RuntimeException
Thrown when a parameter is missing (not specified) inside a command
See Also:
  • Constructor Details

    • MissingArgumentException

      public MissingArgumentException()
  • Method Details

    • getCommand

      @NotNull public @NotNull ExecutableCommand getCommand()
      Returns the command being executed
      Returns:
      The command