Class OfflinePlayerArgument.OfflinePlayerParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
cloud.commandframework.exceptions.parsing.ParserException
cloud.commandframework.bukkit.parsers.OfflinePlayerArgument.OfflinePlayerParseException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- OfflinePlayerArgument<C>
public static final class OfflinePlayerArgument.OfflinePlayerParseException
extends cloud.commandframework.exceptions.parsing.ParserException
OfflinePlayer parse exception
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOfflinePlayerParseException(@NonNull String input, @NonNull cloud.commandframework.context.CommandContext<?> context) Construct a new OfflinePlayer 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
-
OfflinePlayerParseException
public OfflinePlayerParseException(@NonNull String input, @NonNull cloud.commandframework.context.CommandContext<?> context) Construct a new OfflinePlayer parse exception- Parameters:
input- String inputcontext- Command context
-
-
Method Details
-
getInput
Get the supplied input- Returns:
- String value
-