Class UUIDArgument.UUIDParseException

    • Constructor Summary

      Constructors 
      Constructor Description
      UUIDParseException​(@NonNull java.lang.String input, @NonNull CommandContext<?> context)
      Construct a new UUID parse exception
    • Method Summary

      Modifier and Type Method Description
      java.lang.String getInput()
      Get the supplied input
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UUIDParseException

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

      • getInput

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