Class PlayerParseException.PlayerNotFound

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.PlayerNotFound
All Implemented Interfaces:
Serializable
Enclosing class:
PlayerParseException

public static final class PlayerParseException.PlayerNotFound extends PlayerParseException
An exception thrown when no player was found for the given input.
See Also:
  • Constructor Details

    • PlayerNotFound

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