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:
java.io.Serializable
- Enclosing class:
- PlayerArgument<C>
public static final class PlayerArgument.PlayerParseException extends cloud.commandframework.exceptions.parsing.ParserExceptionPlayer parse exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PlayerParseException(@NonNull java.lang.String input, @NonNull cloud.commandframework.context.CommandContext<?> context)Construct a new Player parse exception
-
Method Summary
Modifier and Type Method Description @NonNull java.lang.StringgetInput()Get the supplied input-
Methods inherited from class cloud.commandframework.exceptions.parsing.ParserException
getArgumentParserClass, getContext, getMessage
-
-