Class WorldArgument.WorldParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
cloud.commandframework.exceptions.parsing.ParserException
cloud.commandframework.bukkit.parsers.WorldArgument.WorldParseException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- WorldArgument<C>
public static final class WorldArgument.WorldParseException
extends cloud.commandframework.exceptions.parsing.ParserException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWorldParseException(@NonNull String input, @NonNull cloud.commandframework.context.CommandContext<?> context) Construct a new WorldParseException -
Method Summary
Methods inherited from class cloud.commandframework.exceptions.parsing.ParserException
captionVariables, errorCaption, getArgumentParserClass, getContext, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WorldParseException
public WorldParseException(@NonNull String input, @NonNull cloud.commandframework.context.CommandContext<?> context) Construct a new WorldParseException- Parameters:
input- Inputcontext- Command context
-
-
Method Details
-
getInput
Get the input provided by the sender- Returns:
- Input
-