Class PlayerArgument.PlayerParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
cloud.commandframework.exceptions.parsing.ParserException
cloud.commandframework.bukkit.parsers.PlayerArgument.PlayerParseException
All Implemented Interfaces:
Serializable
Enclosing class:
PlayerArgument<C>

public static final class PlayerArgument.PlayerParseException extends cloud.commandframework.exceptions.parsing.ParserException
Player parse exception
See Also:
  • Constructor Details

    • PlayerParseException

      public PlayerParseException(@NonNull String input, @NonNull cloud.commandframework.context.CommandContext<?> context)
      Construct a new Player parse exception
      Parameters:
      input - String input
      context - Command context
  • Method Details

    • getInput

      public @NonNull String getInput()
      Get the supplied input
      Returns:
      String value