Package org.incendo.cloud.bukkit.parser
Class WorldParser.WorldParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.incendo.cloud.exception.parsing.ParserException
org.incendo.cloud.bukkit.parser.WorldParser.WorldParseException
- All Implemented Interfaces:
Serializable
- Enclosing class:
WorldParser<C>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWorldParseException(@NonNull String input, @NonNull CommandContext<?> context) Construct a new WorldParseException -
Method Summary
Methods inherited from class org.incendo.cloud.exception.parsing.ParserException
argumentParserClass, captionVariables, context, errorCaption, formatCaption, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WorldParseException
Construct a new WorldParseException- Parameters:
input- Inputcontext- Command context
-
-
Method Details
-
input
Get the input provided by the sender- Returns:
- Input
-