Package org.incendo.cloud.bukkit.parser
Class EnchantmentParser.EnchantmentParseException
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.EnchantmentParser.EnchantmentParseException
- All Implemented Interfaces:
Serializable
- Enclosing class:
EnchantmentParser<C>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEnchantmentParseException(@NonNull String input, @NonNull CommandContext<?> context) Construct a new EnchantmentParseException -
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
-
EnchantmentParseException
Construct a new EnchantmentParseException- Parameters:
input- Inputcontext- Command context
-
-
Method Details
-
input
Returns the input.- Returns:
- input
-