Class CharArgument.CharParseException

    • Constructor Summary

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

      Modifier and Type Method Description
      @NonNull 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

      • CharParseException

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

      • getInput

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