Class EnchantmentArgument.EnchantmentParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
cloud.commandframework.exceptions.parsing.ParserException
cloud.commandframework.bukkit.parsers.EnchantmentArgument.EnchantmentParseException
All Implemented Interfaces:
Serializable
Enclosing class:
EnchantmentArgument<C>

public static final class EnchantmentArgument.EnchantmentParseException extends cloud.commandframework.exceptions.parsing.ParserException
See Also:
  • Constructor Details

    • EnchantmentParseException

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

    • getInput

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