Package org.incendo.cloud.bukkit.parser
Class NamespacedKeyParser.NamespacedKeyParseException
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.NamespacedKeyParser.NamespacedKeyParseException
- All Implemented Interfaces:
Serializable
- Enclosing class:
NamespacedKeyParser<C>
Exception used when
NamespacedKeyParser fails.- Since:
- 1.7.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNamespacedKeyParseException(@NonNull Caption caption, @NonNull String input, @NonNull CommandContext<?> context) Creates a newNamespacedKeyParser.NamespacedKeyParseException. -
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
-
NamespacedKeyParseException
public NamespacedKeyParseException(@NonNull Caption caption, @NonNull String input, @NonNull CommandContext<?> context) Creates a newNamespacedKeyParser.NamespacedKeyParseException.- Parameters:
caption- captioninput- inputcontext- command context- Since:
- 1.7.0
-
-
Method Details