Class UserArgument.UserParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
cloud.commandframework.jda.parsers.UserArgument.UserParseException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
UserArgument.TooManyUsersFoundParseException,UserArgument.UserNotFoundParseException
- Enclosing class:
- UserArgument<C>
- See Also:
- Serialized Form
-
Constructor Summary
ConstructorsConstructorDescriptionUserParseException(@NonNull String input)Construct a new user parse exception -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UserParseException
Construct a new user parse exception- Parameters:
input- String input
-
-
Method Details
-
getInput
Get the users input- Returns:
- Users input
-