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:
java.io.Serializable
- Enclosing class:
- OfflinePlayerArgument<C>
public static final class OfflinePlayerArgument.OfflinePlayerParseException extends cloud.commandframework.exceptions.parsing.ParserExceptionOfflinePlayer parse exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OfflinePlayerParseException(@NonNull java.lang.String input, @NonNull cloud.commandframework.context.CommandContext<?> context)Construct a new OfflinePlayer 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
-
-