Class UUIDArgument.UUIDParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- cloud.commandframework.exceptions.parsing.ParserException
-
- cloud.commandframework.arguments.standard.UUIDArgument.UUIDParseException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- UUIDArgument<C>
public static final class UUIDArgument.UUIDParseException extends ParserException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UUIDParseException(@NonNull java.lang.String input, @NonNull CommandContext<?> context)
Construct a new UUID parse exception
-
Method Summary
Modifier and Type Method Description java.lang.String
getInput()
Get the supplied input-
Methods inherited from class cloud.commandframework.exceptions.parsing.ParserException
getArgumentParserClass, getContext, getMessage
-
-
-
-
Constructor Detail
-
UUIDParseException
public UUIDParseException(@NonNull java.lang.String input, @NonNull CommandContext<?> context)
Construct a new UUID parse exception- Parameters:
input
- String inputcontext
- Command context
-
-