Class MaterialArgument.MaterialParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- cloud.commandframework.exceptions.parsing.ParserException
-
- cloud.commandframework.bukkit.parsers.MaterialArgument.MaterialParseException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- MaterialArgument<C>
public static final class MaterialArgument.MaterialParseException extends cloud.commandframework.exceptions.parsing.ParserException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MaterialParseException(@NonNull java.lang.String input, @NonNull cloud.commandframework.context.CommandContext<?> context)Construct a new MaterialParseException
-
Method Summary
Modifier and Type Method Description @NonNull java.lang.StringgetInput()Get the input-
Methods inherited from class cloud.commandframework.exceptions.parsing.ParserException
getArgumentParserClass, getContext, getMessage
-
-