Class PlayerParseException.TooManyPlayers

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.incendo.cloud.exception.parsing.ParserException
com.xpdustry.distributor.command.cloud.parser.PlayerParseException
com.xpdustry.distributor.command.cloud.parser.PlayerParseException.TooManyPlayers
All Implemented Interfaces:
Serializable
Enclosing class:
PlayerParseException

public static final class PlayerParseException.TooManyPlayers extends PlayerParseException
An exception thrown when too many players are found for the given input.
See Also:
  • Constructor Details

    • TooManyPlayers

      public TooManyPlayers(Class<?> parser, String input, org.incendo.cloud.context.CommandContext<?> ctx)
      Parameters:
      input - the input string
      ctx - the command context