Class PlayerParser.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.api.command.cloud.parser.PlayerParser.PlayerParseException
com.xpdustry.distributor.api.command.cloud.parser.PlayerParser.PlayerParseException.TooManyPlayers
- All Implemented Interfaces:
Serializable
- Enclosing class:
- PlayerParser.PlayerParseException
public static final class PlayerParser.PlayerParseException.TooManyPlayers
extends PlayerParser.PlayerParseException
An exception thrown when too many players are found for the given input.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.xpdustry.distributor.api.command.cloud.parser.PlayerParser.PlayerParseException
PlayerParser.PlayerParseException.PlayerNotFound, PlayerParser.PlayerParseException.TooManyPlayers -
Constructor Summary
ConstructorsConstructorDescriptionTooManyPlayers(org.incendo.cloud.context.CommandContext<?> ctx, String input) Creates a newPlayerParser.PlayerParseException.TooManyPlayers. -
Method Summary
Methods inherited from class com.xpdustry.distributor.api.command.cloud.parser.PlayerParser.PlayerParseException
getInputMethods inherited from class org.incendo.cloud.exception.parsing.ParserException
argumentParserClass, captionVariables, context, errorCaption, formatCaption, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TooManyPlayers
Creates a newPlayerParser.PlayerParseException.TooManyPlayers.- Parameters:
ctx- the command contextinput- the input string
-