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 Summary
ConstructorsConstructorDescriptionPlayerParseException(@NonNull String input, @NonNull cloud.commandframework.context.CommandContext<?> context) Construct a new Player parse exception -
Method Summary
Methods inherited from class cloud.commandframework.exceptions.parsing.ParserException
captionVariables, errorCaption, getArgumentParserClass, getContext, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PlayerParseException
public PlayerParseException(@NonNull String input, @NonNull cloud.commandframework.context.CommandContext<?> context) Construct a new Player parse exception- Parameters:
input- String inputcontext- Command context
-
-
Method Details
-
getInput
Get the supplied input- Returns:
- String value
-