Class PlayerArgument.PlayerParseException

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

    public static final class PlayerArgument.PlayerParseException
    extends cloud.commandframework.exceptions.parsing.ParserException
    Player parse exception
    See Also:
    Serialized Form
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @NonNull java.lang.String getInput()
      Get the supplied input
      • Methods inherited from class cloud.commandframework.exceptions.parsing.ParserException

        captionVariables, errorCaption, 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

      • PlayerParseException

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

      • getInput

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