Class PlayerParser.PlayerParseException

All Implemented Interfaces:
Serializable
Enclosing class:
PlayerParser<C>

public static final class PlayerParser.PlayerParseException extends ParserException
Player parse exception
See Also:
  • Constructor Details

    • PlayerParseException

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

    • input

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