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:
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.StringgetInput()Get the input provided by the sender-
Methods inherited from class cloud.commandframework.exceptions.parsing.ParserException
getArgumentParserClass, getContext, getMessage
-
-