Class WorldArgument.WorldParseException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    WorldArgument<C>

    public static final class WorldArgument.WorldParseException
    extends cloud.commandframework.exceptions.parsing.ParserException
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      WorldParseException​(@NonNull java.lang.String input, @NonNull cloud.commandframework.context.CommandContext<?> context)
      Construct a new WorldParseException
    • Method Summary

      Modifier and Type Method Description
      @NonNull java.lang.String getInput()
      Get the input provided by the sender
      • Methods inherited from class cloud.commandframework.exceptions.parsing.ParserException

        getArgumentParserClass, getContext, getMessage
      • 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

      • WorldParseException

        public WorldParseException​(@NonNull java.lang.String input,
                                   @NonNull cloud.commandframework.context.CommandContext<?> context)
        Construct a new WorldParseException
        Parameters:
        input - Input
        context - Command context
    • Method Detail

      • getInput

        public @NonNull java.lang.String getInput()
        Get the input provided by the sender
        Returns:
        Input