Class StringArgument.StringParseException

    • Constructor Detail

      • StringParseException

        public StringParseException​(@NonNull java.lang.String input,
                                    @NonNull StringArgument.StringMode stringMode,
                                    @NonNull CommandContext<?> context)
        Construct a new string parse exception
        Parameters:
        input - Input
        stringMode - String mode
        context - Command context
    • Method Detail

      • getInput

        public @NonNull java.lang.String getInput()
        Get the input provided by the sender
        Returns:
        Input