Class NoInputProvidedException

All Implemented Interfaces:
Serializable

@API(status=STABLE, since="1.1.0") public class NoInputProvidedException extends ParserException
An exception which is thrown when an argument's input is unexpectedly null or empty
Since:
1.1.0
See Also:
  • Constructor Details

    • NoInputProvidedException

      public NoInputProvidedException(Class<?> argumentParser, @NonNull CommandContext<?> context)
      Construct a new NoInputProvidedException
      Parameters:
      argumentParser - Argument parser class
      context - Command context