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:
Serializable
- Enclosing class:
- UUIDArgument<C>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUUIDParseException
(@NonNull String input, @NonNull CommandContext<?> context) Construct a new UUID parse exception -
Method Summary
Methods inherited from class cloud.commandframework.exceptions.parsing.ParserException
captionVariables, errorCaption, getArgumentParserClass, getContext, getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UUIDParseException
Construct a new UUID parse exception- Parameters:
input
- String inputcontext
- Command context
-
-
Method Details
-
getInput
Get the supplied input- Returns:
- String value
-