Class NamespacedKeyArgument.NamespacedKeyParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
cloud.commandframework.exceptions.parsing.ParserException
cloud.commandframework.bukkit.argument.NamespacedKeyArgument.NamespacedKeyParseException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- NamespacedKeyArgument<C>
public static final class NamespacedKeyArgument.NamespacedKeyParseException
extends cloud.commandframework.exceptions.parsing.ParserException
Exception used when
NamespacedKeyArgument.Parser fails.- Since:
- 1.7.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNamespacedKeyParseException(@NonNull cloud.commandframework.captions.Caption caption, @NonNull String input, @NonNull cloud.commandframework.context.CommandContext<?> context) Creates a newNamespacedKeyArgument.NamespacedKeyParseException. -
Method Summary
Methods inherited from class cloud.commandframework.exceptions.parsing.ParserException
captionVariables, errorCaption, getArgumentParserClass, getContext, 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 cloud.commandframework.captions.Caption caption, @NonNull String input, @NonNull cloud.commandframework.context.CommandContext<?> context) Creates a newNamespacedKeyArgument.NamespacedKeyParseException.- Parameters:
caption- captioninput- inputcontext- command context- Since:
- 1.7.0
-
-
Method Details