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 Details

    • OfflinePlayerParseException

      public OfflinePlayerParseException(@NonNull String input, @NonNull cloud.commandframework.context.CommandContext<?> context)
      Construct a new OfflinePlayer parse exception
      Parameters:
      input - String input
      context - Command context
  • Method Details

    • getInput

      public @NonNull String getInput()
      Get the supplied input
      Returns:
      String value