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