Package org.incendo.cloud.bukkit.parser
Class PlayerParser.PlayerParseException
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.PlayerParser.PlayerParseException
- All Implemented Interfaces:
Serializable
- Enclosing class:
PlayerParser<C>
Player parse exception
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPlayerParseException(@NonNull String input, @NonNull CommandContext<?> context) Construct a new Player parse exception -
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
-
PlayerParseException
Construct a new Player parse exception- Parameters:
input- String inputcontext- Command context
-
-
Method Details
-
input
Get the supplied input- Returns:
- String value
-