Class UUIDArgument.UUIDParseException

All Implemented Interfaces:
Serializable
Enclosing class:
UUIDArgument<C>

public static final class UUIDArgument.UUIDParseException extends ParserException
See Also:
  • Constructor Details

    • UUIDParseException

      public UUIDParseException(@NonNull String input, @NonNull CommandContext<?> context)
      Construct a new UUID parse exception
      Parameters:
      input - String input
      context - Command context
  • Method Details

    • getInput

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