Class UserArgument.TooManyUsersFoundParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
cloud.commandframework.jda.parsers.UserArgument.UserParseException
cloud.commandframework.jda.parsers.UserArgument.TooManyUsersFoundParseException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- UserArgument<C>
public static final class UserArgument.TooManyUsersFoundParseException
extends UserArgument.UserParseException
- See Also:
- Serialized Form
-
Constructor Summary
ConstructorsConstructorDescriptionTooManyUsersFoundParseException(@NonNull String input)Construct a new user parse exception -
Method Summary
Methods inherited from class cloud.commandframework.jda.parsers.UserArgument.UserParseException
getInputMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TooManyUsersFoundParseException
Construct a new user parse exception- Parameters:
input- String input
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classThrowable
-