Class FlagArgument.FlagParseException

    • Constructor Detail

      • FlagParseException

        public FlagParseException​(@NonNull java.lang.String input,
                                  @NonNull FlagArgument.FailureReason failureReason,
                                  @NonNull CommandContext<?> context)
        Construct a new flag parse exception
        Parameters:
        input - Input
        failureReason - The reason of failure
        context - Command context
    • Method Detail

      • getInput

        public java.lang.String getInput()
        Get the supplied input
        Returns:
        String value